summaryrefslogtreecommitdiff
path: root/openbsd-compat/getopt.h
diff options
context:
space:
mode:
Diffstat (limited to 'openbsd-compat/getopt.h')
-rw-r--r--openbsd-compat/getopt.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/openbsd-compat/getopt.h b/openbsd-compat/getopt.h
index d981fe434..08a4eb3e0 100644
--- a/openbsd-compat/getopt.h
+++ b/openbsd-compat/getopt.h
@@ -1,4 +1,4 @@
1/* $Id: getopt.h,v 1.2 2001/07/14 16:05:55 stevesk Exp $ */ 1/* $Id: getopt.h,v 1.3 2001/09/17 21:34:34 tim Exp $ */
2 2
3#ifndef _GETOPT_H 3#ifndef _GETOPT_H
4#define _GETOPT_H 4#define _GETOPT_H
@@ -7,7 +7,7 @@
7 7
8#ifndef HAVE_GETOPT_H 8#ifndef HAVE_GETOPT_H
9 9
10int getopt(int argc, char * const *argv, const char *opts); 10int BSDgetopt(int argc, char * const *argv, const char *opts);
11 11
12#endif 12#endif
13 13