All of lore.kernel.org
 help / color / mirror / Atom feed
From: Emil Velikov <emil.l.velikov@gmail.com>
To: dri-devel@lists.freedesktop.org
Cc: Emil Velikov <emil.l.velikov@gmail.com>
Subject: [PATCH 2/8] libkms: remove explicit define _FILE_OFFSET_BITS 64
Date: Tue, 29 Jul 2014 18:27:17 +0100	[thread overview]
Message-ID: <1406654843-13625-3-git-send-email-emil.l.velikov@gmail.com> (raw)
In-Reply-To: <1406654843-13625-1-git-send-email-emil.l.velikov@gmail.com>

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    | 1 -
 libkms/exynos.c  | 1 -
 libkms/intel.c   | 1 -
 libkms/nouveau.c | 1 -
 libkms/radeon.c  | 1 -
 libkms/vmwgfx.c  | 1 -
 6 files changed, 6 deletions(-)

diff --git a/libkms/dumb.c b/libkms/dumb.c
index 794282f..5702543 100644
--- a/libkms/dumb.c
+++ b/libkms/dumb.c
@@ -29,7 +29,6 @@
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
-#define _FILE_OFFSET_BITS 64
 
 #include <errno.h>
 #include <stdio.h>
diff --git a/libkms/exynos.c b/libkms/exynos.c
index 243915b..92e329c 100644
--- a/libkms/exynos.c
+++ b/libkms/exynos.c
@@ -14,7 +14,6 @@
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
-#define _FILE_OFFSET_BITS 64
 
 #include <errno.h>
 #include <stdio.h>
diff --git a/libkms/intel.c b/libkms/intel.c
index 92f1cf2..b006ea4 100644
--- a/libkms/intel.c
+++ b/libkms/intel.c
@@ -29,7 +29,6 @@
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
-#define _FILE_OFFSET_BITS 64
 
 #include <errno.h>
 #include <stdio.h>
diff --git a/libkms/nouveau.c b/libkms/nouveau.c
index 2de827d..15c012e 100644
--- a/libkms/nouveau.c
+++ b/libkms/nouveau.c
@@ -29,7 +29,6 @@
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
-#define _FILE_OFFSET_BITS 64
 
 #include <errno.h>
 #include <stdio.h>
diff --git a/libkms/radeon.c b/libkms/radeon.c
index 29375c4..938321b 100644
--- a/libkms/radeon.c
+++ b/libkms/radeon.c
@@ -29,7 +29,6 @@
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
-#define _FILE_OFFSET_BITS 64
 
 #include <errno.h>
 #include <stdio.h>
diff --git a/libkms/vmwgfx.c b/libkms/vmwgfx.c
index 598f383..08163a1 100644
--- a/libkms/vmwgfx.c
+++ b/libkms/vmwgfx.c
@@ -29,7 +29,6 @@
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
-#define _FILE_OFFSET_BITS 64
 
 #include <errno.h>
 #include <stdlib.h>
-- 
2.0.2

  parent reply	other threads:[~2014-07-29 17:28 UTC|newest]

Thread overview: 30+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-07-27 18:25 [PATCH 0/8] Upstreaming the Android build and misc fixes Emil Velikov
2014-07-27 18:25 ` [PATCH 1/8] all: include config.h only when available and use its defines Emil Velikov
2014-07-27 18:25 ` [PATCH 2/8] libkms: remove explicit define _FILE_OFFSET_BITS 64 Emil Velikov
2014-07-27 18:25 ` [PATCH 3/8] libdrm, freedreno, intel, nouveau, radeon: add Makefile.sources Emil Velikov
2014-07-27 18:25 ` [PATCH 4/8] libdrm,intel: Add Android build Emil Velikov
2014-07-27 18:25 ` [PATCH 5/8] libdrm,intel: rework android header handling Emil Velikov
2014-07-27 18:25 ` [PATCH 6/8] radeon: add Android build support Emil Velikov
2014-07-27 18:25 ` [PATCH 7/8] nouveau: " Emil Velikov
2014-07-27 18:25 ` [PATCH 8/8] freedreno: " Emil Velikov
2014-07-28  2:48 ` [PATCH 0/8] Upstreaming the Android build and misc fixes Emil Velikov
2014-07-28  7:07   ` Daniel Vetter
2014-07-28 12:01     ` Emil Velikov
2014-07-28 15:22       ` Daniel Vetter
2014-07-29 16:14         ` Gore, Tim
2014-07-29 17:10           ` Emil Velikov
2014-07-29 17:27 ` [PATCHv2 " Emil Velikov
2014-07-29 17:27   ` [PATCH 1/8] all: include config.h only when available and use its defines Emil Velikov
2014-07-29 17:27   ` Emil Velikov [this message]
2014-07-29 17:27   ` [PATCH 3/8] libdrm, freedreno, intel, nouveau, radeon: add Makefile.sources Emil Velikov
2014-08-24 18:28     ` [PATCHv3 " Emil Velikov
2014-07-29 17:27   ` [PATCH 4/8] libdrm,intel: Add Android build Emil Velikov
2014-07-29 17:27   ` [PATCH 5/8] libdrm,intel: rework android header handling Emil Velikov
2014-07-29 17:27   ` [PATCH 6/8] radeon: add Android build support Emil Velikov
2014-07-29 17:27   ` [PATCH 7/8] nouveau: " Emil Velikov
2014-07-29 17:27   ` [PATCH 8/8] freedreno: " Emil Velikov
2014-07-31 15:33   ` [PATCHv2 0/8] Upstreaming the Android build and misc fixes Gore, Tim
2014-07-31 18:32     ` Emil Velikov
2014-08-24 18:39       ` Emil Velikov
2014-08-29  9:44         ` Gore, Tim
2014-08-29 10:02           ` Emil Velikov

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1406654843-13625-3-git-send-email-emil.l.velikov@gmail.com \
    --to=emil.l.velikov@gmail.com \
    --cc=dri-devel@lists.freedesktop.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.