summaryrefslogtreecommitdiff
path: root/openbsd-compat/getopt.c
diff options
context:
space:
mode:
authorTim Rice <tim@multitalents.net>2001-09-17 14:34:33 -0700
committerTim Rice <tim@multitalents.net>2001-09-17 14:34:33 -0700
commita4f7ae1a35b5da61705bea75bcc50bc7a27726dd (patch)
tree366ca694b41098a5808d5e584244241dacba921a /openbsd-compat/getopt.c
parentc3bd7eccac2c9d087dd23ab4929d423414d3f18e (diff)
- (tim) [includes.h openbsd-compat/getopt.c openbsd-compat/getopt.h]
rename getopt() to BSDgetopt() to keep form conflicting with system getopt(). [Makefile.in configure.in] disable filepriv until I can add missing procpriv calls.
Diffstat (limited to 'openbsd-compat/getopt.c')
-rw-r--r--openbsd-compat/getopt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbsd-compat/getopt.c b/openbsd-compat/getopt.c
index 071e27885..9e13504a0 100644
--- a/openbsd-compat/getopt.c
+++ b/openbsd-compat/getopt.c
@@ -57,7 +57,7 @@ char *optarg; /* argument associated with option */
57 * Parse argc/argv argument vector. 57 * Parse argc/argv argument vector.
58 */ 58 */
59int 59int
60getopt(nargc, nargv, ostr) 60BSDgetopt(nargc, nargv, ostr)
61 int nargc; 61 int nargc;
62 char * const *nargv; 62 char * const *nargv;
63 const char *ostr; 63 const char *ostr;