[syslinux:master] isohybrid: define _FILE_OFFSET_BITS in the file itself

syslinux-bot for H. Peter Anvin hpa at zytor.com
Thu Jun 19 20:54:03 PDT 2014


Commit-ID:  ede6eb35f3cd70a90cbcd10f72276afd449642a9
Gitweb:     http://www.syslinux.org/commit/ede6eb35f3cd70a90cbcd10f72276afd449642a9
Author:     H. Peter Anvin <hpa at zytor.com>
AuthorDate: Thu, 19 Jun 2014 20:52:47 -0700
Committer:  H. Peter Anvin <hpa at zytor.com>
CommitDate: Thu, 19 Jun 2014 20:52:47 -0700

isohybrid: define _FILE_OFFSET_BITS in the file itself

On general principles, define _FILE_OFFSET_BITS in the file itself
(even though it is also in the Makefile.)

Signed-off-by: H. Peter Anvin <hpa at zytor.com>

---
 utils/isohybrid.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/utils/isohybrid.c b/utils/isohybrid.c
index 23fc6c0..05afd29 100644
--- a/utils/isohybrid.c
+++ b/utils/isohybrid.c
@@ -23,6 +23,7 @@
  *
  */
 
+#define _FILE_OFFSET_BITS 64
 #include <err.h>
 #include <time.h>
 #include <ctype.h>


More information about the Syslinux-commits mailing list