]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/um/drivers/net_user.c
pageflags: get rid of FLAGS_RESERVED
[linux-2.6-omap-h63xx.git] / arch / um / drivers / net_user.c
index 29185cad9fff97328b8b3be7a4cf6dfba6130f47..abf2653f5517cbf6f65b851dd10455e7bc8e27e2 100644 (file)
@@ -201,7 +201,7 @@ static int change_tramp(char **argv, char *output, int output_len)
        close(fds[1]);
 
        if (pid > 0)
-               helper_wait(pid, 0, "change_tramp");
+               helper_wait(pid);
        return pid;
 }