2
0
mirror of https://github.com/sudo-project/sudo.git synced 2025-08-31 22:35:10 +00:00

don't do malloc decl if gnuc

This commit is contained in:
Todd C. Miller
1994-08-08 17:05:22 +00:00
parent 880ca64066
commit aaefd1c3a1
5 changed files with 12 additions and 4 deletions

View File

@@ -46,9 +46,9 @@ static char rcsid[] = "$Id$";
#include <errno.h>
#include <sys/param.h>
#ifndef STDC_HEADERS
#if !defined(STDC_HEADERS) && !defined(__GNUC__)
extern char *malloc __P((size_t));
#endif /* !STDC_HEADERS */
#endif /* !STDC_HEADERS && !gcc */
/*