Fix the getopt() prototype to match the system one.
This commit is contained in:
parent
752c953400
commit
70af2d819e
@ -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 *));
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user