]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
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 25ff2ddcf6425e3bb48260aac9b18c1055110322..179128a5b551f012668b07ce54e865b5bbbc68eb 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 ();