projects
/
platform
/
upstream
/
coreutils.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1e4a6cb
)
(xputenv): Remove parameter's const qualifier.
author
Jim Meyering
<jim@meyering.net>
Tue, 14 Aug 2001 07:18:34 +0000
(07:18 +0000)
committer
Jim Meyering
<jim@meyering.net>
Tue, 14 Aug 2001 07:18:34 +0000
(07:18 +0000)
src/su.c
patch
|
blob
|
history
diff --git
a/src/su.c
b/src/su.c
index
27a56d5
..
d746085
100644
(file)
--- a/
src/su.c
+++ b/
src/su.c
@@
-180,7
+180,7
@@
static struct option const longopts[] =
/* Add VAL to the environment, checking for out of memory errors. */
static void
-xputenv (c
onst c
har *val)
+xputenv (char *val)
{
if (putenv (val))
xalloc_die ();