From: Jim Meyering Date: Sun, 6 Jul 1997 21:24:10 +0000 (+0000) Subject: declare stpcpy X-Git-Tag: SH-UTILS-1_16c~94 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=83c3f08048b2c87082cc870d26ebb250cffd9ebb;p=thirdparty%2Fcoreutils.git declare stpcpy --- diff --git a/src/copy.c b/src/copy.c index 39b1ea228c..bf860c7039 100644 --- a/src/copy.c +++ b/src/copy.c @@ -36,6 +36,7 @@ struct dir_list int full_write (); int euidaccess (); char *savedir (); +char *stpcpy (); char *xmalloc (); int yesno (); diff --git a/src/cp.c b/src/cp.c index adb9642bde..e2436400e3 100644 --- a/src/cp.c +++ b/src/cp.c @@ -57,6 +57,7 @@ int lstat (); char *base_name (); char *dirname (); enum backup_type get_version (); +char *stpcpy (); void strip_trailing_slashes (); char *xmalloc (); char *xstrdup ();