diff options
author | 2000-08-22 18:46:04 +0000 | |
---|---|---|
committer | 2000-08-22 18:46:04 +0000 | |
commit | 789acbf74ab9468c1434400752890d9f60887760 (patch) | |
tree | d1e290cf35d5ece141da437a5d42226705625bc7 /lib/libc/gen/exec.c | |
parent | proto svc_getreqset2 (diff) | |
download | wireguard-openbsd-789acbf74ab9468c1434400752890d9f60887760.tar.xz wireguard-openbsd-789acbf74ab9468c1434400752890d9f60887760.zip |
unused variable
Diffstat (limited to 'lib/libc/gen/exec.c')
-rw-r--r-- | lib/libc/gen/exec.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/gen/exec.c b/lib/libc/gen/exec.c index 88badb9018f..6f42fa3c18a 100644 --- a/lib/libc/gen/exec.c +++ b/lib/libc/gen/exec.c @@ -32,7 +32,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -static char rcsid[] = "$OpenBSD: exec.c,v 1.10 2000/01/29 19:52:26 deraadt Exp $"; +static char rcsid[] = "$OpenBSD: exec.c,v 1.11 2000/08/22 18:46:04 deraadt Exp $"; #endif /* LIBC_SCCS and not lint */ #include <sys/param.h> @@ -194,7 +194,7 @@ execvp(name, argv) char **memp; register int cnt, lp, ln; register char *p; - int eacces = 0, etxtbsy = 0; + int eacces = 0; char *bp, *cur, *path, buf[MAXPATHLEN]; /* |