ansi-fied !STDC_HEADER function prottypes

This commit is contained in:
Todd C. Miller
1994-08-08 04:41:20 +00:00
parent 72cf5123b5
commit e54f35e718
8 changed files with 25 additions and 25 deletions

View File

@@ -53,9 +53,9 @@ static char rcsid[] = "$Id$";
#include "sudo.h"
#ifndef STDC_HEADERS
extern char *strcpy __P((char *, char *));
extern int readlink __P((char *, char *, int));
extern int lstat __P((char *, struct stat *));
extern char *strcpy __P((char *, const char *));
extern int readlink __P((const char *, char *, size_t));
extern int lstat __P((const char *, struct stat *));
#endif /* !STDC_HEADERS */