]> 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 90d7f2e8ead8bcd4f9911bcd774b77f1da7acffd..abf2653f5517cbf6f65b851dd10455e7bc8e27e2 100644 (file)
@@ -201,7 +201,7 @@ static int change_tramp(char **argv, char *output, int output_len)
        close(fds[1]);
 
        if (pid > 0)
-               CATCH_EINTR(err = waitpid(pid, NULL, 0));
+               helper_wait(pid);
        return pid;
 }