summaryrefslogtreecommitdiff
path: root/src/copy.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2000-09-04 20:51:29 +0000
committerJim Meyering <jim@meyering.net>2000-09-04 20:51:29 +0000
commit106eedf2a8d1081dce97bf953abeeda6ec3bb6b6 (patch)
tree4e6e2cf90e43ccdd8ef1f73910086a25749bd033 /src/copy.c
parentcec4418796b4bf464a51896a8f8abf903d84d9e8 (diff)
downloadcoreutils-106eedf2a8d1081dce97bf953abeeda6ec3bb6b6.tar.xz
Remove declaration of lstat, now that it's in copy.h.
Diffstat (limited to 'src/copy.c')
-rw-r--r--src/copy.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/copy.c b/src/copy.c
index cd9b7ec1a..742ff4a24 100644
--- a/src/copy.c
+++ b/src/copy.c
@@ -55,8 +55,6 @@ int full_write ();
int euidaccess ();
int yesno ();
-int lstat ();
-
static int copy_internal PARAMS ((const char *src_path, const char *dst_path,
int new_dst, dev_t device,
struct dir_list *ancestors,