[prev in list] [next in list] [prev in thread] [next in thread] 

List:       pkg-shadow-commits
Subject:    [Pkg-shadow-commits] r2311 - in upstream/trunk: . lib
From:       nekral-guest () alioth ! debian ! org
Date:       2008-08-31 17:27:26
Message-ID: E1KZqhy-0005wF-Q4 () alioth ! debian ! org
[Download RAW message or body]

Author: nekral-guest
Date: 2008-08-31 17:27:26 +0000 (Sun, 31 Aug 2008)
New Revision: 2311

Modified:
   upstream/trunk/ChangeLog
   upstream/trunk/lib/nscd.c
Log:
	* lib/nscd.c: Avoid redefinition of _GNU_SOURCE.

Modified: upstream/trunk/ChangeLog
===================================================================
--- upstream/trunk/ChangeLog	2008-08-31 17:27:16 UTC (rev 2310)
+++ upstream/trunk/ChangeLog	2008-08-31 17:27:26 UTC (rev 2311)
@@ -1,5 +1,9 @@
 2008-08-28  Nicolas François  <nicolas.francois@centraliens.net>
 
+	* lib/nscd.c: Avoid redefinition of _GNU_SOURCE.
+
+2008-08-28  Nicolas François  <nicolas.francois@centraliens.net>
+
 	* configure.in: Indentation fix.
 	* configure.in, src/login.c: Do not use HAVE_PAM_FAIL_DELAY, but
 	HAS_PAM_FAIL_DELAY, to avoid a redefinition with Linux PAM.

Modified: upstream/trunk/lib/nscd.c
===================================================================
--- upstream/trunk/lib/nscd.c	2008-08-31 17:27:16 UTC (rev 2310)
+++ upstream/trunk/lib/nscd.c	2008-08-31 17:27:26 UTC (rev 2311)
@@ -4,7 +4,9 @@
 #ifdef USE_NSCD
 
 /* because of TEMP_FAILURE_RETRY */
+#ifndef _GNU_SOURCE
 #define _GNU_SOURCE
+#endif
 
 #include <features.h>
 #include <stdio.h>



[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic