From: Jim Meyering Date: Wed, 1 Sep 1999 13:28:21 +0000 (+0000) Subject: Remove declaration of xstrdup. X-Git-Tag: FILEUTILS-4_0j-trial~238 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=967bd9f5f07a132a7142420e79550982ce8f697e;p=thirdparty%2Fcoreutils.git Remove declaration of xstrdup. --- diff --git a/src/cp.c b/src/cp.c index 740c13454b..f5f8f4ff63 100644 --- a/src/cp.c +++ b/src/cp.c @@ -59,7 +59,6 @@ int stat (); int lstat (); void strip_trailing_slashes (); -char *xstrdup (); /* Initial number of entries in each hash table entry's table of inodes. */ #define INITIAL_HASH_MODULE 100 diff --git a/src/df.c b/src/df.c index 5dad079084..cbb12752ab 100644 --- a/src/df.c +++ b/src/df.c @@ -43,7 +43,6 @@ "Torbjorn Granlund, David MacKenzie, Larry McVoy, and Paul Eggert" void strip_trailing_slashes (); -char *xstrdup (); char *xgetcwd (); /* Name this program was run with. */ diff --git a/src/ls.c b/src/ls.c index be2d764d31..57e80b090a 100644 --- a/src/ls.c +++ b/src/ls.c @@ -203,7 +203,6 @@ time_t time (); char *getgroup (); char *getuser (); void strip_trailing_slashes (); -char *xstrdup (); static size_t quote_name PARAMS ((FILE *out, const char *name, struct quoting_options const *options));