driver/file.h: define __USE_FILE_OFFSET64 instead of error

This commit is contained in:
[CST] Focus
2012-11-07 20:49:06 +04:00
parent 7c311a7d97
commit 02c3cfb173

View File

@@ -37,7 +37,7 @@
in __USE_FILE_OFFSET64 mode */
#ifndef __USE_FILE_OFFSET64
#error not using 64 bit file offsets
#define __USE_FILE_OFFSET64
#endif /* __USE_FILE__OFFSET64 */
#include <sys/types.h>