sentinel
This commit is contained in:
parent
78052719a8
commit
82908b6586
1 changed files with 1 additions and 1 deletions
|
|
@ -981,5 +981,5 @@ main(int argc, char **argv)
|
||||||
dup(p[0], 0);
|
dup(p[0], 0);
|
||||||
close(p[0]);
|
close(p[0]);
|
||||||
close(p[1]);
|
close(p[1]);
|
||||||
execlp("dc", "dc", 0);
|
execlp("dc", "dc", (char*)0);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue