Skip to content

Commit

Permalink
Fix compile error on newer gcc's
Browse files Browse the repository at this point in the history
  • Loading branch information
Austin Clements committed Sep 30, 2011
1 parent 0ca1c04 commit d73dd09
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions usertests.c
Original file line number Diff line number Diff line change
Expand Up @@ -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];
Expand Down

0 comments on commit d73dd09

Please sign in to comment.