[Pkg-shadow-commits] r1599 - in upstream/trunk: . libmisc

nekral-guest at alioth.debian.org nekral-guest at alioth.debian.org
Tue Jan 1 14:48:04 UTC 2008


Author: nekral-guest
Date: 2008-01-01 14:48:04 +0000 (Tue, 01 Jan 2008)
New Revision: 1599

Modified:
   upstream/trunk/ChangeLog
   upstream/trunk/libmisc/xgetXXbyYY.c
Log:
De-comment code (duplicate the entry when the _R function is not present on the system).


Modified: upstream/trunk/ChangeLog
===================================================================
--- upstream/trunk/ChangeLog	2008-01-01 14:38:47 UTC (rev 1598)
+++ upstream/trunk/ChangeLog	2008-01-01 14:48:04 UTC (rev 1599)
@@ -1,5 +1,10 @@
 2008-01-01  Nicolas François  <nicolas.francois at centraliens.net>
 
+	* libmisc/xgetXXbyYY.c: De-comment code (duplicate the entry when
+	the _R function is not present on the system).
+
+2008-01-01  Nicolas François  <nicolas.francois at centraliens.net>
+
 	* src/lastlog.c: Remove statbuf, not used.
 	* src/lastlog.c: Fix types, cast umin and umax to uid_t.
 	* src/lastlog.c: (option -u) user needs to be a signed long, not

Modified: upstream/trunk/libmisc/xgetXXbyYY.c
===================================================================
--- upstream/trunk/libmisc/xgetXXbyYY.c	2008-01-01 14:38:47 UTC (rev 1598)
+++ upstream/trunk/libmisc/xgetXXbyYY.c	2008-01-01 14:48:04 UTC (rev 1599)
@@ -95,7 +95,7 @@
 	LOOKUP_TYPE *result = FUNCTION_NAME(ARG_NAME);
 
 	if (result) {
-//		result = DUP_FUNCTION(result);
+		result = DUP_FUNCTION(result);
 		if (NULL == result) {
 			fprintf (stderr, _("%s: out of memory\n"),
 			         "x" STRINGIZE(FUNCTION_NAME));




More information about the Pkg-shadow-commits mailing list