Skip to content
Snippets Groups Projects
Commit d73dd097 authored by Austin Clements's avatar Austin Clements
Browse files

Fix compile error on newer gcc's

parent 0ca1c040
Branches
No related tags found
No related merge requests found
......@@ -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];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment