From: Jim Meyering Date: Mon, 24 Feb 2003 10:08:57 +0000 (+0000) Subject: [__USE_FILE_OFFSET64]: Remove #error directive. X-Git-Tag: v4.5.9~122 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0eb448466ade8a3d935d8dcc0f9f043f76ea1e92;p=thirdparty%2Fcoreutils.git [__USE_FILE_OFFSET64]: Remove #error directive. --- diff --git a/lib/fts_.h b/lib/fts_.h index 72d5400835..5f4d55b4bd 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 */