summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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