From: Jim Meyering Date: Tue, 13 Jun 2000 09:08:47 +0000 (+0000) Subject: [!HAVE_DECL_FREE]: Declare free in lstat.c. X-Git-Tag: FILEUTILS-4_0v~115 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=54e57758aa322ce4bf88c4caefc2aa31afdb7490;p=platform%2Fupstream%2Fcoreutils.git [!HAVE_DECL_FREE]: Declare free in lstat.c. --- diff --git a/lib/xstat.in b/lib/xstat.in index 4a22dcc..6e357a8 100644 --- a/lib/xstat.in +++ b/lib/xstat.in @@ -43,6 +43,13 @@ extern int errno; # define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK) #endif +#ifndef HAVE_DECL_FREE +"this configure-time declaration test was not run" +#endif +#if !HAVE_DECL_FREE +void free (); +#endif + char *xmalloc (); /* lstat works different on Linux and Solaris systems. POSIX (see