From: Jim Meyering Date: Thu, 23 Oct 1997 16:05:59 +0000 (+0000) Subject: Remove stpcpy decl. X-Git-Tag: TEXTUTILS-1_22c~202 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3faf14fe5c861e20a09f4b4a1b21d0b68cad6335;p=thirdparty%2Fcoreutils.git Remove stpcpy decl. Remove free and malloc decls. --- diff --git a/src/ls.c b/src/ls.c index 25ff2ddcf6..179128a5b5 100644 --- a/src/ls.c +++ b/src/ls.c @@ -140,15 +140,12 @@ struct bin_str #ifndef STDC_HEADERS time_t time (); -void free (); -char *malloc (); #endif void mode_string (); char *getgroup (); char *getuser (); -char *stpcpy (); void strip_trailing_slashes (); char *xstrdup (); char *xmalloc ();