]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
[__USE_FILE_OFFSET64]: Remove #error directive.
authorJim Meyering <jim@meyering.net>
Mon, 24 Feb 2003 10:08:57 +0000 (10:08 +0000)
committerJim Meyering <jim@meyering.net>
Mon, 24 Feb 2003 10:08:57 +0000 (10:08 +0000)
lib/fts_.h

index 72d54008354341a13a4e6f80edea28262488f63c..5f4d55b4bd2470bc41cba574b244a11371712035 100644 (file)
 #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 */