Fix support for K&R C.

MFC after:	3 days
This commit is contained in:
Mike Barcroft 2001-12-22 05:18:37 +00:00
parent 67ea1c2412
commit ec55a6050d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=88399
2 changed files with 3 additions and 2 deletions

View File

@ -166,7 +166,7 @@ int cgetustr __P((char *, char *, char **));
int daemon __P((int, int));
char *devname __P((int, int));
int getloadavg __P((double [], int));
const char *
__const char *
getprogname __P((void));
char *group_from_gid __P((unsigned long, int));

View File

@ -122,7 +122,8 @@ char *brk __P((const char *));
int chroot __P((const char *));
size_t confstr __P((int, char *, size_t));
char *crypt __P((const char *, const char *));
const char *crypt_get_format __P((void));
__const char *
crypt_get_format __P((void));
int crypt_set_format __P((const char *));
int des_cipher __P((const char *, char *, long, int));
int des_setkey __P((const char *key));