From 106eedf2a8d1081dce97bf953abeeda6ec3bb6b6 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Mon, 4 Sep 2000 20:51:29 +0000 Subject: [PATCH] Remove declaration of lstat, now that it's in copy.h. --- src/copy.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/copy.c b/src/copy.c index cd9b7ec1a6..742ff4a24c 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, -- 2.47.3