tunused i - 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 22ba8d1fe44931e0f5bb0ed53cb9d8eb3d817aa9
(DIR) parent a79cd7832f0154b7099bdeda5f9fbff6402d6760
(HTM) Author: rsc <devnull@localhost>
Date: Sun, 12 Feb 2006 00:36:58 +0000
unused i
Diffstat:
M src/lib9/rfork.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
(DIR) diff --git a/src/lib9/rfork.c b/src/lib9/rfork.c
t@@ -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;