Remove stpcpy decl.
authorJim Meyering <jim@meyering.net>
Thu, 23 Oct 1997 16:05:59 +0000 (16:05 +0000)
committerJim Meyering <jim@meyering.net>
Thu, 23 Oct 1997 16:05:59 +0000 (16:05 +0000)
Remove free and malloc decls.

src/ls.c

index 25ff2dd..179128a 100644 (file)
--- 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 ();