From: Jim Meyering Date: Wed, 10 Sep 2003 08:48:43 +0000 (+0000) Subject: (free, malloc): Remove decls. X-Git-Tag: v5.1.0~765 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9f8cacb16fb440a9e193fcedaf7ba47bb6a14491;p=thirdparty%2Fcoreutils.git (free, malloc): Remove decls. Include unconditionally. --- diff --git a/lib/hash.c b/lib/hash.c index 7373a011ce..3948ce4cf6 100644 --- a/lib/hash.c +++ b/lib/hash.c @@ -27,27 +27,11 @@ #if HAVE_CONFIG_H # include #endif -#if HAVE_STDLIB_H -# include -#endif #include #include #include - -#ifndef HAVE_DECL_FREE -"this configure-time declaration test was not run" -#endif -#if !HAVE_DECL_FREE -void free (); -#endif - -#ifndef HAVE_DECL_MALLOC -"this configure-time declaration test was not run" -#endif -#if !HAVE_DECL_MALLOC -char *malloc (); -#endif +#include #if USE_OBSTACK # include "obstack.h"