# HG changeset patch # User Jim Meyering # Date 960887327 0 # Node ID 45fb6ee4f28aa1ee58d4f672742c6fed4e38cee5 # Parent 79729e8c01e1152d7c3ec4e8dc9a1dd10590a1eb [!HAVE_DECL_FREE]: Declare free in lstat.c. diff --git a/lib/xstat.in b/lib/xstat.in --- a/lib/xstat.in +++ b/lib/xstat.in @@ -43,6 +43,13 @@ # 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