tnew note group - plan9port - [fork] Plan 9 from user space
(HTM) git clone git://src.adamsgaard.dk/plan9port
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit c48193be0d399f17d4aeb69f41a1aa3778a1c74b
(DIR) parent 9777187bc7259526e1edcdaa1cc5d593616a32a4
(HTM) Author: rsc <devnull@localhost>
Date: Sat, 4 Feb 2006 20:21:36 +0000
new note group
Diffstat:
M src/cmd/srv.c | 1 +
1 file changed, 1 insertion(+), 0 deletions(-)
---
(DIR) diff --git a/src/cmd/srv.c b/src/cmd/srv.c
t@@ -63,6 +63,7 @@ threadmain(int argc, char **argv)
else
service = argv[0];
+ rfork(RFNOTEG);
if(post9pservice(fd, service) < 0)
sysfatal("post9pservice: %r");