From: Jim Meyering Date: Thu, 23 Oct 1997 16:06:59 +0000 (+0000) Subject: Remove stpcpy decl. X-Git-Tag: TEXTUTILS-1_22c~200 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=f4d8e1014721b7e1da7cdc14975bc438ee257f19;p=thirdparty%2Fcoreutils.git Remove stpcpy decl. Remove free, malloc, and realloc decls. --- diff --git a/src/rm.c b/src/rm.c index a333cd1a9a..4734f8417f 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 ();