summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1997-10-23 16:04:47 +0000
committerJim Meyering <jim@meyering.net>1997-10-23 16:04:47 +0000
commiteae64f3a4f376c09a61b66ab70428e3bb42e2cfa (patch)
tree45dfbd7d185381de088d368326f1b89f50ccc1f8
parent2190ae8456ec6c41022f1ea2e15f25607c4727a3 (diff)
downloadcoreutils-eae64f3a4f376c09a61b66ab70428e3bb42e2cfa.tar.xz
Remove stpcpy decl.
-rw-r--r--src/copy.c1
-rw-r--r--src/cp.c1
-rw-r--r--src/install.c1
-rw-r--r--src/ln.c1
4 files changed, 0 insertions, 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;