From 96ccc9bfe13a633402831e5433887c1821ca445e Mon Sep 17 00:00:00 2001 From: Miles Bader Date: Mon, 26 May 1997 02:49:40 +0000 Subject: (struct argp_state): `argp' field renamed to `root_argp'. --- libshouldbeinlibc/argp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libshouldbeinlibc') diff --git a/libshouldbeinlibc/argp.h b/libshouldbeinlibc/argp.h index 700a1a93..f4b7e4db 100644 --- a/libshouldbeinlibc/argp.h +++ b/libshouldbeinlibc/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; -- cgit v1.2.3