Patches from David Wood

This commit is contained in:
Steve Chamberlain
1991-07-19 15:29:16 +00:00
parent c1c70e6894
commit ac677dad95
2 changed files with 3 additions and 3 deletions

View File

@ -34,7 +34,7 @@ PROTO(char *, memcpy,(char *,CONST char *,unsigned int));
extern PROTO(int,getuid,()); extern PROTO(int,getuid,());
extern PROTO(int,getgid,()); extern PROTO(int,getgid,());
extern char * strchr(); extern char * strchr();
extern PROTO(void, perror,(char *)); extern PROTO(void, perror,(CONST char *));
extern char *getenv(); extern char *getenv();
extern char *memchr(); extern char *memchr();
extern char *strrchr(); extern char *strrchr();
@ -52,7 +52,7 @@ extern PROTO(PTR ,realloc, (PTR, unsigned));
extern PROTO(int, free,(PTR)); extern PROTO(int, free,(PTR));
PROTO (void, perror, (char *s));
extern char *strrchr(); extern char *strrchr();
extern char *ctime(); extern char *ctime();
extern int _flsbuf(); extern int _flsbuf();

View File

@ -14,7 +14,7 @@
extern PROTO(int, abort,(void)); extern PROTO(int, abort,(void));
extern PROTO(int, close,(int)); extern PROTO(int, close,(int));
extern PROTO(int, fcntl,(int des, int cmd)); extern PROTO(int, fcntl,(int des, int cmd, int e));
extern PROTO(int, fprintf,(FILE *,char *,...)); extern PROTO(int, fprintf,(FILE *,char *,...));
extern PROTO(int, printf,(char *,...)); extern PROTO(int, printf,(char *,...));
extern PROTO(int, qsort,(void *data,int els, int siz, int func())); extern PROTO(int, qsort,(void *data,int els, int siz, int func()));