driver/file.h: define __USE_FILE_OFFSET64 instead of error

Origin commit data
------------------
Branch: ni/coolstream
Commit: 02c3cfb173
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2012-11-07 (Wed, 07 Nov 2012)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
[CST] Focus
2012-11-07 20:49:06 +04:00
parent cd8387f9cb
commit 0e9a543f7f

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>