Whamcloud - gitweb
ext4: add support for printing the error code associated with an error
[tools/e2fsprogs.git] / lib / e2p / fsetflags.c
index 167d16e..027834b 100644 (file)
  * 93/10/30    - Creation
  */
 
+#ifndef _LARGEFILE_SOURCE
 #define _LARGEFILE_SOURCE
+#endif
+#ifndef _LARGEFILE64_SOURCE
 #define _LARGEFILE64_SOURCE
+#endif
 
 #include "config.h"
 #if HAVE_ERRNO_H