summaryrefslogtreecommitdiff
path: root/lib/fts_.h
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-02-24 10:08:57 +0000
committerJim Meyering <jim@meyering.net>2003-02-24 10:08:57 +0000
commit0eb448466ade8a3d935d8dcc0f9f043f76ea1e92 (patch)
tree6773c47801d2e3774211ceb176acdb489c282dde /lib/fts_.h
parenteb85acc63ad1d754eb9a4994d5cef305a6d33f46 (diff)
downloadcoreutils-0eb448466ade8a3d935d8dcc0f9f043f76ea1e92.tar.xz
[__USE_FILE_OFFSET64]: Remove #error directive.
Diffstat (limited to 'lib/fts_.h')
-rw-r--r--lib/fts_.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/lib/fts_.h b/lib/fts_.h
index 72d540083..5f4d55b4b 100644
--- a/lib/fts_.h
+++ b/lib/fts_.h
@@ -35,12 +35,6 @@
#include <features.h>
#include <sys/types.h>
-/* The fts interface is incompatible with the LFS interface which
- transparently uses the 64-bit file access functions. */
-#ifdef __USE_FILE_OFFSET64
-# error "<fts.h> cannot be used with -D_FILE_OFFSET_BITS==64"
-#endif
-
typedef struct {
struct _ftsent *fts_cur; /* current node */