From e1f91e1855c308efb0ab74df1d40c39d4fd9b20d Mon Sep 17 00:00:00 2001 From: Ben Gras Date: Fri, 24 Mar 2006 13:55:04 +0000 Subject: [PATCH] Fix compiler warnings --- commands/bc/proto.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 * )); -- 2.44.0