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:
4
sudo.c
4
sudo.c
@@ -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 */
|
||||
|
||||
|
Reference in New Issue
Block a user