summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1997-10-23 16:06:59 +0000
committerJim Meyering <jim@meyering.net>1997-10-23 16:06:59 +0000
commitf4d8e1014721b7e1da7cdc14975bc438ee257f19 (patch)
treed977e4d8d4177a626495375aa4577fcba28e12ae
parent9fec99f4a66567bb3de931ee4a3836c03c6fa918 (diff)
downloadcoreutils-f4d8e1014721b7e1da7cdc14975bc438ee257f19.tar.xz
Remove stpcpy decl.
Remove free, malloc, and realloc decls.
-rw-r--r--src/rm.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/rm.c b/src/rm.c
index a333cd1a9..4734f8417 100644
--- 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 ();