aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/acid/proc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd/acid/proc.c')
-rw-r--r--src/cmd/acid/proc.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/cmd/acid/proc.c b/src/cmd/acid/proc.c
index 3b862aa9..2c286e15 100644
--- a/src/cmd/acid/proc.c
+++ b/src/cmd/acid/proc.c
@@ -51,8 +51,7 @@ sproc(int xpid)
int
nproc(char **argv)
{
- char buf[128];
- int pid, i, fd;
+ int pid, i;
pid = fork();
switch(pid) {