diff options
-rw-r--r-- | src/cp.c | 1 | ||||
-rw-r--r-- | src/df.c | 1 | ||||
-rw-r--r-- | src/ls.c | 1 |
3 files changed, 0 insertions, 3 deletions
@@ -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 @@ -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. */ @@ -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)); |