diff options
-rw-r--r-- | usertests.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usertests.c b/usertests.c index ed13d80..92b9136 100644 --- a/usertests.c +++ b/usertests.c @@ -1514,10 +1514,9 @@ bsstest(void) void bigargtest(void) { - int pid, ppid, fd; + int pid, fd; unlink("bigarg-ok"); - ppid = getpid(); pid = fork(); if(pid == 0){ static char *args[MAXARG]; |