libkms: remove explicit define _FILE_OFFSET_BITS 64
authorEmil Velikov <emil.l.velikov@gmail.com>
Sun, 27 Jul 2014 13:54:59 +0000 (14:54 +0100)
committerEmil Velikov <emil.l.velikov@gmail.com>
Mon, 1 Sep 2014 15:06:01 +0000 (16:06 +0100)
configure.ac has AC_SYS_LARGEFILE which provides the define and/or
approapriate magic when required.

Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
libkms/dumb.c
libkms/exynos.c
libkms/intel.c
libkms/nouveau.c
libkms/radeon.c
libkms/vmwgfx.c

index 794282f..5702543 100644 (file)
@@ -29,7 +29,6 @@
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
-#define _FILE_OFFSET_BITS 64
 
 #include <errno.h>
 #include <stdio.h>
index 243915b..92e329c 100644 (file)
@@ -14,7 +14,6 @@
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
-#define _FILE_OFFSET_BITS 64
 
 #include <errno.h>
 #include <stdio.h>
index 92f1cf2..b006ea4 100644 (file)
@@ -29,7 +29,6 @@
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
-#define _FILE_OFFSET_BITS 64
 
 #include <errno.h>
 #include <stdio.h>
index 2de827d..15c012e 100644 (file)
@@ -29,7 +29,6 @@
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
-#define _FILE_OFFSET_BITS 64
 
 #include <errno.h>
 #include <stdio.h>
index 29375c4..938321b 100644 (file)
@@ -29,7 +29,6 @@
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
-#define _FILE_OFFSET_BITS 64
 
 #include <errno.h>
 #include <stdio.h>
index 598f383..08163a1 100644 (file)
@@ -29,7 +29,6 @@
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
-#define _FILE_OFFSET_BITS 64
 
 #include <errno.h>
 #include <stdlib.h>