diff options
author | Emil Velikov | 2014-07-27 08:54:59 -0500 |
---|---|---|
committer | Emil Velikov | 2014-09-01 10:06:01 -0500 |
commit | 02b3ad7e19e3a73453a68354f9f3fa6224c38bfe (patch) | |
tree | b2047cbde08e83acbef4c50aa811fb65a26b171e /libkms | |
parent | 8e93afc9765f1de613c65a76e9a86e17db96e653 (diff) | |
download | external-libdrm-02b3ad7e19e3a73453a68354f9f3fa6224c38bfe.tar.gz external-libdrm-02b3ad7e19e3a73453a68354f9f3fa6224c38bfe.tar.xz external-libdrm-02b3ad7e19e3a73453a68354f9f3fa6224c38bfe.zip |
libkms: remove explicit define _FILE_OFFSET_BITS 64
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>
Diffstat (limited to 'libkms')
-rw-r--r-- | libkms/dumb.c | 1 | ||||
-rw-r--r-- | libkms/exynos.c | 1 | ||||
-rw-r--r-- | libkms/intel.c | 1 | ||||
-rw-r--r-- | libkms/nouveau.c | 1 | ||||
-rw-r--r-- | libkms/radeon.c | 1 | ||||
-rw-r--r-- | libkms/vmwgfx.c | 1 |
6 files changed, 0 insertions, 6 deletions
diff --git a/libkms/dumb.c b/libkms/dumb.c index 794282fb..57025430 100644 --- a/libkms/dumb.c +++ b/libkms/dumb.c | |||
@@ -29,7 +29,6 @@ | |||
29 | #ifdef HAVE_CONFIG_H | 29 | #ifdef HAVE_CONFIG_H |
30 | #include "config.h" | 30 | #include "config.h" |
31 | #endif | 31 | #endif |
32 | #define _FILE_OFFSET_BITS 64 | ||
33 | 32 | ||
34 | #include <errno.h> | 33 | #include <errno.h> |
35 | #include <stdio.h> | 34 | #include <stdio.h> |
diff --git a/libkms/exynos.c b/libkms/exynos.c index 243915b5..92e329cd 100644 --- a/libkms/exynos.c +++ b/libkms/exynos.c | |||
@@ -14,7 +14,6 @@ | |||
14 | #ifdef HAVE_CONFIG_H | 14 | #ifdef HAVE_CONFIG_H |
15 | #include "config.h" | 15 | #include "config.h" |
16 | #endif | 16 | #endif |
17 | #define _FILE_OFFSET_BITS 64 | ||
18 | 17 | ||
19 | #include <errno.h> | 18 | #include <errno.h> |
20 | #include <stdio.h> | 19 | #include <stdio.h> |
diff --git a/libkms/intel.c b/libkms/intel.c index 92f1cf25..b006ea48 100644 --- a/libkms/intel.c +++ b/libkms/intel.c | |||
@@ -29,7 +29,6 @@ | |||
29 | #ifdef HAVE_CONFIG_H | 29 | #ifdef HAVE_CONFIG_H |
30 | #include "config.h" | 30 | #include "config.h" |
31 | #endif | 31 | #endif |
32 | #define _FILE_OFFSET_BITS 64 | ||
33 | 32 | ||
34 | #include <errno.h> | 33 | #include <errno.h> |
35 | #include <stdio.h> | 34 | #include <stdio.h> |
diff --git a/libkms/nouveau.c b/libkms/nouveau.c index 2de827d9..15c012e0 100644 --- a/libkms/nouveau.c +++ b/libkms/nouveau.c | |||
@@ -29,7 +29,6 @@ | |||
29 | #ifdef HAVE_CONFIG_H | 29 | #ifdef HAVE_CONFIG_H |
30 | #include "config.h" | 30 | #include "config.h" |
31 | #endif | 31 | #endif |
32 | #define _FILE_OFFSET_BITS 64 | ||
33 | 32 | ||
34 | #include <errno.h> | 33 | #include <errno.h> |
35 | #include <stdio.h> | 34 | #include <stdio.h> |
diff --git a/libkms/radeon.c b/libkms/radeon.c index 29375c4c..938321bb 100644 --- a/libkms/radeon.c +++ b/libkms/radeon.c | |||
@@ -29,7 +29,6 @@ | |||
29 | #ifdef HAVE_CONFIG_H | 29 | #ifdef HAVE_CONFIG_H |
30 | #include "config.h" | 30 | #include "config.h" |
31 | #endif | 31 | #endif |
32 | #define _FILE_OFFSET_BITS 64 | ||
33 | 32 | ||
34 | #include <errno.h> | 33 | #include <errno.h> |
35 | #include <stdio.h> | 34 | #include <stdio.h> |
diff --git a/libkms/vmwgfx.c b/libkms/vmwgfx.c index 598f383c..08163a16 100644 --- a/libkms/vmwgfx.c +++ b/libkms/vmwgfx.c | |||
@@ -29,7 +29,6 @@ | |||
29 | #ifdef HAVE_CONFIG_H | 29 | #ifdef HAVE_CONFIG_H |
30 | #include "config.h" | 30 | #include "config.h" |
31 | #endif | 31 | #endif |
32 | #define _FILE_OFFSET_BITS 64 | ||
33 | 32 | ||
34 | #include <errno.h> | 33 | #include <errno.h> |
35 | #include <stdlib.h> | 34 | #include <stdlib.h> |