summaryrefslogtreecommitdiff
path: root/bin/sh/options.h
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>1996-10-20 00:55:12 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>1996-10-20 00:55:12 +0000
commit8414ed88be8de5352141730c176d30301d6700b4 (patch)
tree44a7f767c70131fb1d09f8a151860fee4e22ae5f /bin/sh/options.h
parent78d30b21a3fa6e2f7d7fb077246e1e015a2dafdf (diff)
Sync with NetBSD. Adds better POSIX compliance amongst others.
Diffstat (limited to 'bin/sh/options.h')
-rw-r--r--bin/sh/options.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/sh/options.h b/bin/sh/options.h
index abc9d7ac770..f1cb36a5763 100644
--- a/bin/sh/options.h
+++ b/bin/sh/options.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: options.h,v 1.2 1996/06/23 14:21:29 deraadt Exp $ */
+/* $OpenBSD: options.h,v 1.3 1996/10/20 00:54:59 millert Exp $ */
/* $NetBSD: options.h,v 1.8 1995/05/11 21:29:48 christos Exp $ */
/*-
@@ -111,3 +111,4 @@ int shiftcmd __P((int, char **));
int setcmd __P((int, char **));
int getoptscmd __P((int, char **));
int nextopt __P((char *));
+void getoptsreset __P((const char *));