Fix the getopt() prototype to match the system one.

This commit is contained in:
peter 1997-03-11 17:14:37 +00:00
parent 752c953400
commit 70af2d819e

View File

@ -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 *));