plan9port

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

commit 22ba8d1fe44931e0f5bb0ed53cb9d8eb3d817aa9
parent a79cd7832f0154b7099bdeda5f9fbff6402d6760
Author: rsc <devnull@localhost>
Date:   Sun, 12 Feb 2006 00:36:58 +0000

unused i

Diffstat:
Msrc/lib9/rfork.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/lib9/rfork.c b/src/lib9/rfork.c @@ -15,7 +15,7 @@ p9rfork(int flags) { int pid, status; int p[2]; - int i, n; + int n; char buf[128], *q; extern char **environ;