Fix compile error on newer gcc's
This commit is contained in:
parent
0ca1c0407d
commit
d73dd097a5
|
@ -1514,10 +1514,9 @@ bsstest(void)
|
||||||
void
|
void
|
||||||
bigargtest(void)
|
bigargtest(void)
|
||||||
{
|
{
|
||||||
int pid, ppid, fd;
|
int pid, fd;
|
||||||
|
|
||||||
unlink("bigarg-ok");
|
unlink("bigarg-ok");
|
||||||
ppid = getpid();
|
|
||||||
pid = fork();
|
pid = fork();
|
||||||
if(pid == 0){
|
if(pid == 0){
|
||||||
static char *args[MAXARG];
|
static char *args[MAXARG];
|
||||||
|
|
Loading…
Reference in a new issue