summaryrefslogtreecommitdiffstats
path: root/lib/libc/gen/exec.c
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2000-08-22 18:46:04 +0000
committerderaadt <deraadt@openbsd.org>2000-08-22 18:46:04 +0000
commit789acbf74ab9468c1434400752890d9f60887760 (patch)
treed1e290cf35d5ece141da437a5d42226705625bc7 /lib/libc/gen/exec.c
parentproto svc_getreqset2 (diff)
downloadwireguard-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.c4
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];
/*