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:
a2fa8fa
)
(__argz_create): Remove const from param type.
author
miles
<miles>
Fri, 10 May 1996 15:56:09 +0000
(15:56 +0000)
committer
miles
<miles>
Fri, 10 May 1996 15:56:09 +0000
(15:56 +0000)
string/argz-create.c
patch
|
blob
|
history
diff --git
a/string/argz-create.c
b/string/argz-create.c
index
2eea911
..
1b4b606
100644
(file)
--- a/
string/argz-create.c
+++ b/
string/argz-create.c
@@
-26,7
+26,7
@@
ARGZ, and the total length in LEN. If a memory allocation error occurs,
ENOMEM is returned, otherwise 0. */
error_t
-__argz_create (char *
const
argv[], char **argz, size_t *len)
+__argz_create (char *argv[], char **argz, size_t *len)
{
int argc;
size_t tlen = 0;