From 0eb448466ade8a3d935d8dcc0f9f043f76ea1e92 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Mon, 24 Feb 2003 10:08:57 +0000 Subject: [__USE_FILE_OFFSET64]: Remove #error directive. --- lib/fts_.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'lib/fts_.h') 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 #include -/* The fts interface is incompatible with the LFS interface which - transparently uses the 64-bit file access functions. */ -#ifdef __USE_FILE_OFFSET64 -# error " cannot be used with -D_FILE_OFFSET_BITS==64" -#endif - typedef struct { struct _ftsent *fts_cur; /* current node */ -- cgit v1.2.3-54-g00ecf