From: Ben Gras Date: Fri, 24 Mar 2006 13:55:04 +0000 (+0000) Subject: Fix compiler warnings X-Git-Tag: v3.1.2a~158 X-Git-Url: http://zhaoyanbai.com/repos/nslookup.html?a=commitdiff_plain;h=e1f91e1855c308efb0ab74df1d40c39d4fd9b20d;p=minix.git Fix compiler warnings --- diff --git a/commands/bc/proto.h b/commands/bc/proto.h index 3e04ebc60..a036cb548 100755 --- a/commands/bc/proto.h +++ b/commands/bc/proto.h @@ -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 * ));