From a28b8cf11d1bde8b27761deef0ac41efd5fbe67c Mon Sep 17 00:00:00 2001 From: Theo de Raadt Date: Tue, 22 Aug 2000 18:46:05 +0000 Subject: unused variable --- lib/libc/gen/exec.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib') 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 @@ -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]; /* -- cgit v1.2.3