De-comment code (duplicate the entry when the _R function is not present on the system).
This commit is contained in:
parent
09a95ed70a
commit
a3501dfd95
@ -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>
|
2008-01-01 Nicolas François <nicolas.francois@centraliens.net>
|
||||||
|
|
||||||
* src/lastlog.c: Remove statbuf, not used.
|
* src/lastlog.c: Remove statbuf, not used.
|
||||||
|
@ -95,7 +95,7 @@ LOOKUP_TYPE *XFUNCTION_NAME (ARG_TYPE ARG_NAME)
|
|||||||
LOOKUP_TYPE *result = FUNCTION_NAME(ARG_NAME);
|
LOOKUP_TYPE *result = FUNCTION_NAME(ARG_NAME);
|
||||||
|
|
||||||
if (result) {
|
if (result) {
|
||||||
// result = DUP_FUNCTION(result);
|
result = DUP_FUNCTION(result);
|
||||||
if (NULL == result) {
|
if (NULL == result) {
|
||||||
fprintf (stderr, _("%s: out of memory\n"),
|
fprintf (stderr, _("%s: out of memory\n"),
|
||||||
"x" STRINGIZE(FUNCTION_NAME));
|
"x" STRINGIZE(FUNCTION_NAME));
|
||||||
|
Loading…
Reference in New Issue
Block a user