Remove declaration of xstrdup.
authorJim Meyering <jim@meyering.net>
Wed, 1 Sep 1999 13:28:21 +0000 (13:28 +0000)
committerJim Meyering <jim@meyering.net>
Wed, 1 Sep 1999 13:28:21 +0000 (13:28 +0000)
src/cp.c
src/df.c
src/ls.c

index 740c134..f5f8f4f 100644 (file)
--- 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
index 5dad079..cbb1275 100644 (file)
--- 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. */
index be2d764..57e80b0 100644 (file)
--- 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));