diff options
-rw-r--r-- | src/copy.c | 1 | ||||
-rw-r--r-- | src/cp.c | 1 | ||||
-rw-r--r-- | src/install.c | 1 | ||||
-rw-r--r-- | src/ln.c | 1 |
4 files changed, 0 insertions, 4 deletions
diff --git a/src/copy.c b/src/copy.c index c76fbcda4..54d6a6102 100644 --- a/src/copy.c +++ b/src/copy.c @@ -36,7 +36,6 @@ struct dir_list int full_write (); int euidaccess (); -char *stpcpy (); char *xmalloc (); int yesno (); @@ -57,7 +57,6 @@ int lstat (); char *base_name (); char *dirname (); enum backup_type get_version (); -char *stpcpy (); void strip_trailing_slashes (); char *xmalloc (); char *xstrdup (); diff --git a/src/install.c b/src/install.c index 3dfffa62b..bf9ffbe6f 100644 --- a/src/install.c +++ b/src/install.c @@ -118,7 +118,6 @@ gid_t getgid (); #endif char *base_name (); -char *stpcpy (); char *xmalloc (); int safe_read (); int full_write (); @@ -62,7 +62,6 @@ enum backup_type get_version (); int isdir (); int yesno (); void strip_trailing_slashes (); -char *stpcpy (); /* The name by which the program was run, for error messages. */ char *program_name; |