artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
524d607
)
remove unused variable
author
jsg
<jsg@openbsd.org>
Wed, 6 Sep 2023 03:51:20 +0000
(
03:51
+0000)
committer
jsg
<jsg@openbsd.org>
Wed, 6 Sep 2023 03:51:20 +0000
(
03:51
+0000)
lib/libc/gen/exec.c
patch
|
blob
|
history
diff --git
a/lib/libc/gen/exec.c
b/lib/libc/gen/exec.c
index
d19a5c0
..
0b3ae27
100644
(file)
--- a/
lib/libc/gen/exec.c
+++ b/
lib/libc/gen/exec.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: exec.c,v 1.2
4 2021/09/22 20:40:06 deraadt
Exp $ */
+/* $OpenBSD: exec.c,v 1.2
5 2023/09/06 03:51:20 jsg
Exp $ */
/*-
* Copyright (c) 1991, 1993
* The Regents of the University of California. All rights reserved.
@@
-161,7
+161,7
@@
execvpe(const char *name, char *const *argv, char *const *envp)
int eacces = 0;
char *bp, *cur, *path, buf[PATH_MAX];
size_t maplen;
- int save_errno
, n
;
+ int save_errno;
/*
* Do not allow null name