summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/bc
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1997-03-11 17:14:37 +0000
committerpeter <peter@FreeBSD.org>1997-03-11 17:14:37 +0000
commit77939b5758e3e63b946db8eadad00eb5c1d843cd (patch)
treec2ca0d6af9ff2aca834ba3040e2fe9faf360964d /gnu/usr.bin/bc
parentf26ffa5920a9f96bf8c9e5d665ff490f182cf998 (diff)
downloadFreeBSD-src-77939b5758e3e63b946db8eadad00eb5c1d843cd.zip
FreeBSD-src-77939b5758e3e63b946db8eadad00eb5c1d843cd.tar.gz
Fix the getopt() prototype to match the system one.
Diffstat (limited to 'gnu/usr.bin/bc')
-rw-r--r--gnu/usr.bin/bc/proto.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/bc/proto.h b/gnu/usr.bin/bc/proto.h
index dd3782d..37fb212 100644
--- a/gnu/usr.bin/bc/proto.h
+++ b/gnu/usr.bin/bc/proto.h
@@ -156,5 +156,5 @@ _PROTOTYPE(int yyparse, (void));
_PROTOTYPE(int yylex, (void));
/* Other things... */
-_PROTOTYPE (int getopt, (int, char *[], CONST char *));
+_PROTOTYPE (int getopt, (int, char * CONST [], CONST char *));
OpenPOWER on IntegriCloud