From 83c3f08048b2c87082cc870d26ebb250cffd9ebb Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sun, 6 Jul 1997 21:24:10 +0000 Subject: [PATCH] declare stpcpy --- src/copy.c | 1 + src/cp.c | 1 + 2 files changed, 2 insertions(+) diff --git a/src/copy.c b/src/copy.c index 39b1ea2..bf860c7 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 adb9642..e243640 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 (); -- 2.7.4