]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
Remove stpcpy decl.
authorJim Meyering <jim@meyering.net>
Thu, 23 Oct 1997 16:04:47 +0000 (16:04 +0000)
committerJim Meyering <jim@meyering.net>
Thu, 23 Oct 1997 16:04:47 +0000 (16:04 +0000)
src/copy.c
src/cp.c
src/install.c
src/ln.c

index c76fbcda414601ef174f07879877e9f0fc0103b8..54d6a6102e89d481af6190628e6494cb7f63d921 100644 (file)
@@ -36,7 +36,6 @@ struct dir_list
 
 int full_write ();
 int euidaccess ();
-char *stpcpy ();
 char *xmalloc ();
 int yesno ();
 
index b5f065a069771ee8ca322296864356724b875d27..e4eef6f22a9903b663912379ff40b9ed60bee2ae 100644 (file)
--- 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 ();
index 3dfffa62bf6a50ffe4a0e6b2fe5005af85e6c3bb..bf9ffbe6f3686bb01cd44aee0f4090958423955d 100644 (file)
@@ -118,7 +118,6 @@ gid_t getgid ();
 #endif
 
 char *base_name ();
-char *stpcpy ();
 char *xmalloc ();
 int safe_read ();
 int full_write ();
index e68eaa02d00b5dd26dcb9e274998bf9698057880..b7a5208a9d464c2782527ae56d6758d6808d431e 100644 (file)
--- 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;