]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
Remove stpcpy decl.
authorJim Meyering <jim@meyering.net>
Thu, 23 Oct 1997 16:06:59 +0000 (16:06 +0000)
committerJim Meyering <jim@meyering.net>
Thu, 23 Oct 1997 16:06:59 +0000 (16:06 +0000)
Remove free, malloc, and realloc decls.

src/rm.c

index a333cd1a9a47418c2d5fd4baa92cae319d91ce1b..4734f8417f598a6ffdb427a2e83ff49a702a5936 100644 (file)
--- a/src/rm.c
+++ b/src/rm.c
@@ -124,15 +124,8 @@ struct File_spec
   ino_t inum;
 };
 
-#ifndef STDC_HEADERS
-void free ();
-char *malloc ();
-char *realloc ();
-#endif
-
 char *base_name ();
 int euidaccess ();
-char *stpcpy ();
 void strip_trailing_slashes ();
 char *xmalloc ();
 int yesno ();