From eae64f3a4f376c09a61b66ab70428e3bb42e2cfa Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Thu, 23 Oct 1997 16:04:47 +0000 Subject: [PATCH] Remove stpcpy decl. --- src/copy.c | 1 - src/cp.c | 1 - src/install.c | 1 - src/ln.c | 1 - 4 files changed, 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 (); diff --git a/src/cp.c b/src/cp.c index b5f065a06..e4eef6f22 100644 --- a/src/cp.c +++ b/src/cp.c @@ -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 (); diff --git a/src/ln.c b/src/ln.c index e68eaa02d..b7a5208a9 100644 --- a/src/ln.c +++ b/src/ln.c @@ -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;