Fix the getopt() prototype to match the system one.
This commit is contained in:
parent
4cd4220565
commit
89cb27a3d4
@ -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…
x
Reference in New Issue
Block a user