From 3faf14fe5c861e20a09f4b4a1b21d0b68cad6335 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Thu, 23 Oct 1997 16:05:59 +0000 Subject: [PATCH] Remove stpcpy decl. Remove free and malloc decls. --- src/ls.c | 3 --- 1 file changed, 3 deletions(-) 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 (); -- 2.47.3