Remove support for the obsolete malloc.h header.

This commit is contained in:
Todd C. Miller
2015-06-18 20:30:59 -06:00
parent 138aa2ccd1
commit a50555faa2
16 changed files with 76 additions and 121 deletions

View File

@@ -40,9 +40,6 @@
#ifdef HAVE_STRINGS_H
# include <strings.h>
#endif /* HAVE_STRINGS_H */
#if defined(HAVE_MALLOC_H) && !defined(STDC_HEADERS)
# include <malloc.h>
#endif /* HAVE_MALLOC_H && !STDC_HEADERS */
#include <pwd.h>
#include "sudo_compat.h"