]> Zhao Yanbai Git Server - minix.git/commitdiff
Fix compiler warnings
authorBen Gras <ben@minix3.org>
Fri, 24 Mar 2006 13:55:04 +0000 (13:55 +0000)
committerBen Gras <ben@minix3.org>
Fri, 24 Mar 2006 13:55:04 +0000 (13:55 +0000)
commands/bc/proto.h

index 3e04ebc604b0ec3c340f8977ca877f23807c9b2f..a036cb548ec261e7caf41df19321399d9128be97 100755 (executable)
@@ -161,5 +161,5 @@ _PROTOTYPE(int yyparse, (void));
 _PROTOTYPE(int yylex, (void)); 
 
 /* Other things... */
-_PROTOTYPE(int getopt, (int, char * const [], const char * ));
+_PROTOTYPE(int getopt, (int, char * [], char * ));