tfix - plan9port - [fork] Plan 9 from user space
HTML git clone git://src.adamsgaard.dk/plan9port
DIR Log
DIR Files
DIR Refs
DIR README
DIR LICENSE
---
DIR commit a2c2caaafe37e119078bc88f6ebee6d338cbff46
DIR parent 8a3b2ceb0ff632c47e1516d3ffef8572dc8eb974
HTML Author: rsc <devnull@localhost>
Date: Sat, 24 Apr 2004 17:34:52 +0000
fix
Diffstat:
M src/cmd/rc/simple.c | 1 -
1 file changed, 0 insertions(+), 1 deletion(-)
---
DIR diff --git a/src/cmd/rc/simple.c b/src/cmd/rc/simple.c
t@@ -63,7 +63,6 @@ void Xsimple(void){
Xerror("try again");
return;
case 0:
- // rfork(RFNOTEG);
pushword("exec");
execexec();
strcpy(buf, "can't exec: ");