From 77939b5758e3e63b946db8eadad00eb5c1d843cd Mon Sep 17 00:00:00 2001 From: peter Date: Tue, 11 Mar 1997 17:14:37 +0000 Subject: Fix the getopt() prototype to match the system one. --- gnu/usr.bin/bc/proto.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 *)); -- cgit v1.1