]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
Remove declaration of lstat, now that it's in copy.h.
authorJim Meyering <jim@meyering.net>
Mon, 4 Sep 2000 20:51:29 +0000 (20:51 +0000)
committerJim Meyering <jim@meyering.net>
Mon, 4 Sep 2000 20:51:29 +0000 (20:51 +0000)
src/copy.c

index cd9b7ec1a6d7367910342f3f9da4221fbe3549bd..742ff4a24c375ec09d93dfc2e93829691bc36afd 100644 (file)
@@ -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,