From 56e5d28c812ad3851c02d20df93cd6f00ada64bb Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Thu, 10 Aug 2000 19:47:55 +0000 Subject: More stuff. Down to only 43 missing functions before BusyBox will link. Fixed socket stuff so it doesn't pull in kernel headers and stubbed out fork and clone. A few other header file cleanups. -Erik --- include/getopt.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'include/getopt.h') diff --git a/include/getopt.h b/include/getopt.h index 0d71ff6bd..a4cb95496 100644 --- a/include/getopt.h +++ b/include/getopt.h @@ -9,8 +9,9 @@ #include extern char *optarg; -extern int opterr; extern int optind; +extern int opterr; +extern int optopt; extern int getopt __P((int argc, char *const *argv, const char *shortopts)); -- cgit v1.2.3