]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
Include <stdlib.h> unconditionally.
authorJim Meyering <jim@meyering.net>
Wed, 10 Sep 2003 09:05:31 +0000 (09:05 +0000)
committerJim Meyering <jim@meyering.net>
Wed, 10 Sep 2003 09:05:31 +0000 (09:05 +0000)
(malloc): Remove decl.

lib/modechange.c

index 8cec11d41fc404cc847f1cd97f94aa87beaaedf0..c9bdbe7bdb1ce42d88dbc4ac8eaf305f5a9c578e 100644 (file)
 #include <sys/stat.h>
 #include "xstrtol.h"
 #include <stddef.h>
-
-#if STDC_HEADERS
-# include <stdlib.h>
-#else
-char *malloc ();
-#endif
+#include <stdlib.h>
 
 #if STAT_MACROS_BROKEN
 # undef S_ISDIR