diff options
author | Jim Meyering <jim@meyering.net> | 1997-10-23 16:04:47 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1997-10-23 16:04:47 +0000 |
commit | eae64f3a4f376c09a61b66ab70428e3bb42e2cfa (patch) | |
tree | 45dfbd7d185381de088d368326f1b89f50ccc1f8 | |
parent | 2190ae8456ec6c41022f1ea2e15f25607c4727a3 (diff) | |
download | coreutils-eae64f3a4f376c09a61b66ab70428e3bb42e2cfa.tar.xz |
Remove stpcpy decl.
-rw-r--r-- | src/copy.c | 1 | ||||
-rw-r--r-- | src/cp.c | 1 | ||||
-rw-r--r-- | src/install.c | 1 | ||||
-rw-r--r-- | src/ln.c | 1 |
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 (); @@ -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 (); @@ -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; |