From 89cb27a3d41a1cf9e27355a444a97145562e0ea4 Mon Sep 17 00:00:00 2001 From: Peter Wemm Date: Tue, 11 Mar 1997 17:14:37 +0000 Subject: Fix the getopt() prototype to match the system one. --- gnu/usr.bin/bc/proto.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/usr.bin/bc/proto.h b/gnu/usr.bin/bc/proto.h index dd3782d602d89..37fb212a86e24 100644 --- a/gnu/usr.bin/bc/proto.h +++ b/gnu/usr.bin/bc/proto.h @@ -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 *)); -- cgit v1.3