From: Jim Meyering Date: Thu, 23 Oct 1997 16:04:47 +0000 (+0000) Subject: Remove stpcpy decl. X-Git-Tag: TEXTUTILS-1_22c~203 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=eae64f3a4f376c09a61b66ab70428e3bb42e2cfa;p=thirdparty%2Fcoreutils.git Remove stpcpy decl. --- diff --git a/src/copy.c b/src/copy.c index c76fbcda41..54d6a6102e 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 b5f065a069..e4eef6f22a 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 3dfffa62bf..bf9ffbe6f3 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 e68eaa02d0..b7a5208a9d 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;