2
0
mirror of https://github.com/sudo-project/sudo.git synced 2025-08-31 14:25:15 +00:00

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

4
sudo.c
View File

@@ -85,9 +85,9 @@ static char rcsid[] = "$Id$";
#include "version.h"
#ifndef STDC_HEADERS
extern char *malloc __P((unsigned));
extern char *malloc __P((size_t));
#ifdef HAVE_STRDUP
extern char *strdup __P((char *));
extern char *strdup __P((const char *));
#endif /* HAVE_STRDUP */
#endif /* STDC_HEADERS */