aboutsummaryrefslogtreecommitdiff
path: root/bin/sh/options.h
diff options
context:
space:
mode:
Diffstat (limited to 'bin/sh/options.h')
-rw-r--r--bin/sh/options.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/sh/options.h b/bin/sh/options.h
index acc2a1131c28..09948628197d 100644
--- a/bin/sh/options.h
+++ b/bin/sh/options.h
@@ -38,6 +38,7 @@ struct shparam {
unsigned char malloc; /* if parameter list dynamically allocated */
unsigned char reset; /* if getopts has been reset */
char **p; /* parameter list */
+ char **optp; /* parameter list for getopts */
char **optnext; /* next parameter to be processed by getopts */
char *optptr; /* used by getopts */
};