tsentinel - 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 82908b6586f082c787bad13093739b9924cac438
DIR parent 78052719a88c74bc8e0f16f3d370643fce3e9573
HTML Author: rsc <devnull@localhost>
Date: Wed, 13 Jul 2005 21:20:35 +0000
sentinel
Diffstat:
M src/cmd/bc.y | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
DIR diff --git a/src/cmd/bc.y b/src/cmd/bc.y
t@@ -981,5 +981,5 @@ main(int argc, char **argv)
dup(p[0], 0);
close(p[0]);
close(p[1]);
- execlp("dc", "dc", 0);
+ execlp("dc", "dc", (char*)0);
}