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:
c0c1484
)
(struct argp_state): `argp' field renamed to `root_argp'.
author
drepper
<drepper>
Mon, 26 May 1997 22:18:31 +0000
(22:18 +0000)
committer
drepper
<drepper>
Mon, 26 May 1997 22:18:31 +0000
(22:18 +0000)
argp/argp.h
patch
|
blob
|
history
diff --git
a/argp/argp.h
b/argp/argp.h
index
fa09e2a
..
886742a
100644
(file)
--- a/
argp/argp.h
+++ b/
argp/argp.h
@@
-274,7
+274,7
@@
struct argp_child
struct argp_state
{
/* The top level ARGP being parsed. */
- __const struct argp *argp;
+ __const struct argp *
root_
argp;
/* The argument vector being parsed. May be modified. */
int argc;