Make perror arg be CONST to avoid warning,
authorPer Bothner <per@bothner.com>
Thu, 17 Oct 1991 22:31:26 +0000 (22:31 +0000)
committerPer Bothner <per@bothner.com>
Thu, 17 Oct 1991 22:31:26 +0000 (22:31 +0000)
and remove duplicate declaration of perror.

bfd/hosts/sun3.h

index d9d4a2d0507c04e07a58880afac75a87eed060c5..eefa366f26e627e65611db8564bb76b6ed2a3d63 100644 (file)
@@ -25,7 +25,7 @@ extern PROTO(void, bcopy,(char*,char*,int));
 extern PROTO(int, bcmp,(char *, char *, int));
 extern PROTO(void, bzero,(char *, int));
 extern char * strchr();
-extern PROTO(void, perror,(char *));
+extern PROTO(void, perror,(CONST char *));
 extern char *getenv();
 extern char *memchr();
 extern char *strrchr();
@@ -39,7 +39,6 @@ extern int strtol();
 void free();
 char *malloc();
 char *realloc();
-PROTO (void, perror, (char *s));
 extern char *strrchr();
 extern char *ctime();
 extern int _flsbuf();