mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-12 11:10:07 +00:00
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…
Reference in a new issue