* config.h.in (_LARGEFILE_SOURCE): Add missing define.
(_FILE_OFFSET_BITS): Likewise. Reported by: Seth Goldberg.
This commit is contained in:
parent
53798c4bd1
commit
c88172fa92
2 changed files with 10 additions and 0 deletions
|
@ -1,3 +1,9 @@
|
|||
2011-01-08 Vladimir Serbinenko <phcoder@gmail.com>
|
||||
|
||||
* config.h.in (_LARGEFILE_SOURCE): Add missing define.
|
||||
(_FILE_OFFSET_BITS): Likewise.
|
||||
Reported by: Seth Goldberg.
|
||||
|
||||
2011-01-08 Grégoire Sutre <gregoire.sutre@gmail.com>
|
||||
|
||||
* configure.ac: Check for libdevmapper header.
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
#undef _LARGEFILE_SOURCE
|
||||
#undef _FILE_OFFSET_BITS
|
||||
#define _LARGEFILE_SOURCE
|
||||
#define _FILE_OFFSET_BITS 64
|
||||
#if defined (GRUB_UTIL) || !defined (GRUB_MACHINE)
|
||||
#include <config-util.h>
|
||||
#define NESTED_FUNC_ATTR
|
||||
|
|
Loading…
Reference in a new issue