projects
/
kopensolaris-gnu
/
glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5643296
)
Correct type of parameter.
author
drepper
<drepper>
Wed, 18 Aug 1999 07:31:54 +0000
(07:31 +0000)
committer
drepper
<drepper>
Wed, 18 Aug 1999 07:31:54 +0000
(07:31 +0000)
sysdeps/generic/putenv.c
patch
|
blob
|
history
diff --git
a/sysdeps/generic/putenv.c
b/sysdeps/generic/putenv.c
index
75fafad
..
9c7d75a
100644
(file)
--- a/
sysdeps/generic/putenv.c
+++ b/
sysdeps/generic/putenv.c
@@
-51,7
+51,7
@@
extern char *alloca ();
/* Put STRING, which is of the form "NAME=VALUE", in the environment. */
int
putenv (string)
- c
onst c
har *string;
+ char *string;
{
const char *const name_end = strchr (string, '=');