projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8297cd7
)
(unsetenv): unprotoize.
author
Jim Meyering
<jim@meyering.net>
Mon, 1 Apr 1996 04:29:28 +0000
(
04:29
+0000)
committer
Jim Meyering
<jim@meyering.net>
Mon, 1 Apr 1996 04:29:28 +0000
(
04:29
+0000)
lib/setenv.c
patch
|
blob
|
history
diff --git
a/lib/setenv.c
b/lib/setenv.c
index d397753d9c45df584189d6cee2b367c98d6a774a..b24cecce537180e1ab0ec3374f22471982092c2a 100644
(file)
--- a/
lib/setenv.c
+++ b/
lib/setenv.c
@@
-110,7
+110,8
@@
setenv (name, value, replace)
}
void
-unsetenv (const char *name)
+unsetenv (name)
+ const char *name;
{
const size_t len = strlen (name);
char **ep;