From 0e9a543f7f65975e36f052c6473919d54a88bb6b Mon Sep 17 00:00:00 2001 From: "[CST] Focus" Date: Wed, 7 Nov 2012 20:49:06 +0400 Subject: [PATCH] driver/file.h: define __USE_FILE_OFFSET64 instead of error Origin commit data ------------------ Branch: ni/coolstream Commit: https://github.com/neutrino-images/ni-neutrino/commit/02c3cfb173a269e47b90130c53652c32b8cd3cf1 Author: [CST] Focus Date: 2012-11-07 (Wed, 07 Nov 2012) ------------------ No further description and justification available within origin commit message! ------------------ This commit was generated by Migit --- src/driver/file.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/driver/file.h b/src/driver/file.h index 6d62e8e46..5cd11121c 100644 --- a/src/driver/file.h +++ b/src/driver/file.h @@ -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