telepathy-gabble: gibber-unix-transport: stop defining _GNU_SOURCE

Simon McVittie smcv at kemper.freedesktop.org
Tue Sep 11 04:26:43 PDT 2012


Module: telepathy-gabble
Branch: master
Commit: 7eac882fe8f48cc3145cff24fecf499b87c38f2d
URL:    http://cgit.freedesktop.org/telepathy/telepathy-gabble/commit/?id=7eac882fe8f48cc3145cff24fecf499b87c38f2d

Author: Guillaume Desmottes <guillaume.desmottes at collabora.co.uk>
Date:   Wed Apr  4 09:48:28 2012 +0200

gibber-unix-transport: stop defining _GNU_SOURCE

config.h does it for us now.

---

 lib/gibber/gibber-unix-transport.c |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

diff --git a/lib/gibber/gibber-unix-transport.c b/lib/gibber/gibber-unix-transport.c
index 0d0f8d3..7e2598d 100644
--- a/lib/gibber/gibber-unix-transport.c
+++ b/lib/gibber/gibber-unix-transport.c
@@ -21,9 +21,6 @@
 
 #include "config.h"
 
-/* needed for struct ucred */
-#define _GNU_SOURCE
-
 #include <glib.h>
 
 #ifdef G_OS_UNIX



More information about the telepathy-commits mailing list