From: Jim Meyering Date: Mon, 4 Sep 2000 20:51:29 +0000 (+0000) Subject: Remove declaration of lstat, now that it's in copy.h. X-Git-Tag: FILEUTILS-4_0z~38 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=106eedf2a8d1081dce97bf953abeeda6ec3bb6b6;p=thirdparty%2Fcoreutils.git Remove declaration of lstat, now that it's in copy.h. --- 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,