From d73dd097a529bc9d13f514ae6884c4d96a0fffa8 Mon Sep 17 00:00:00 2001 From: Austin Clements Date: Fri, 30 Sep 2011 15:28:33 -0400 Subject: [PATCH] Fix compile error on newer gcc's --- usertests.c | 3 +-- 1 file changed, 1 insertion(+), 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];