clean up when finished.

This commit is contained in:
rsc 2004-04-19 23:03:46 +00:00
parent 98cd2746cf
commit b4a659b6cf
21 changed files with 42 additions and 83 deletions

View file

@ -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) {