]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
reflect gnulib's removal of lstat.h
authorJim Meyering <meyering@redhat.com>
Tue, 21 Oct 2008 05:55:09 +0000 (07:55 +0200)
committerJim Meyering <meyering@redhat.com>
Tue, 21 Oct 2008 06:10:29 +0000 (08:10 +0200)
* src/copy.h: Don't include "lstat.h".
* src/ls.c: Likewise.
* src/remove.c: Likewise.
* src/rm.c: Likewise.

src/copy.h
src/ls.c
src/remove.c
src/rm.c

index 86a816181d5b2e8d3f473025affce5e339f1449d..12b7c2d28513c14d5a6b3ddfdbab0ba1c0a44199 100644 (file)
@@ -21,7 +21,6 @@
 
 # include <stdbool.h>
 # include "hash.h"
-# include "lstat.h"
 
 /* Control creation of sparse files (files with holes).  */
 enum Sparse_type
index f454d0e29122ced2f9f41f54426056281c866195..739057cf7329fce46ca32d86c5b5908d10f07d40 100644 (file)
--- a/src/ls.c
+++ b/src/ls.c
@@ -96,7 +96,6 @@
 #include "filevercmp.h"
 #include "idcache.h"
 #include "ls.h"
-#include "lstat.h"
 #include "mbswidth.h"
 #include "mpsort.h"
 #include "obstack.h"
index 28684b29c900c5223d80919c3e4a8e7652054bed..7bc7a55cc4ea9e2d84adef745140b1be8037cb4b 100644 (file)
@@ -29,7 +29,6 @@
 #include "file-type.h"
 #include "hash.h"
 #include "hash-pjw.h"
-#include "lstat.h"
 #include "obstack.h"
 #include "quote.h"
 #include "remove.h"
index 7304330c87f07145d89898d671d2149f7b31327c..8fecfdd5f29683a27d730e56499f626863a1b741 100644 (file)
--- a/src/rm.c
+++ b/src/rm.c
@@ -50,7 +50,6 @@
 #include "system.h"
 #include "argmatch.h"
 #include "error.h"
-#include "lstat.h"
 #include "quote.h"
 #include "quotearg.h"
 #include "remove.h"