]> granicus.if.org Git - shadow/commitdiff
De-comment code (duplicate the entry when the _R function is not present on the system).
authornekral-guest <nekral-guest@5a98b0ae-9ef6-0310-add3-de5d479b70d7>
Tue, 1 Jan 2008 14:48:04 +0000 (14:48 +0000)
committernekral-guest <nekral-guest@5a98b0ae-9ef6-0310-add3-de5d479b70d7>
Tue, 1 Jan 2008 14:48:04 +0000 (14:48 +0000)
ChangeLog
libmisc/xgetXXbyYY.c

index cc9b1b84fa58c54191eb6511f51281ee0545d388..defb640fc9befef30c35678bd9ec57c93a74be5d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2008-01-01  Nicolas François  <nicolas.francois@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@centraliens.net>
 
        * src/lastlog.c: Remove statbuf, not used.
index fe2454f1d7bdbd41d723b90df51e87469115c4f1..81a497a51884c362bedf2c30fb8ce333fead54ce 100644 (file)
@@ -95,7 +95,7 @@ LOOKUP_TYPE *XFUNCTION_NAME (ARG_TYPE ARG_NAME)
        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));