Fix compile error on newer gcc's

This commit is contained in:
Austin Clements 2011-09-30 15:28:33 -04:00
parent 0ca1c0407d
commit d73dd097a5
1 changed files with 1 additions and 2 deletions

View File

@ -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];