plan9port

fork of plan9port with libvec, libstr and libsdb
Log | Files | Refs | README | LICENSE

commit c48193be0d399f17d4aeb69f41a1aa3778a1c74b
parent 9777187bc7259526e1edcdaa1cc5d593616a32a4
Author: rsc <devnull@localhost>
Date:   Sat,  4 Feb 2006 20:21:36 +0000

new note group

Diffstat:
Msrc/cmd/srv.c | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/src/cmd/srv.c b/src/cmd/srv.c @@ -63,6 +63,7 @@ threadmain(int argc, char **argv) else service = argv[0]; + rfork(RFNOTEG); if(post9pservice(fd, service) < 0) sysfatal("post9pservice: %r");