Fix compile error on newer gcc's
This commit is contained in:
parent
0ca1c0407d
commit
d73dd097a5
|
@ -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];
|
||||
|
|
Loading…
Reference in a new issue