diff options
Diffstat (limited to 'nss/getXXbyYY_r.c')
-rw-r--r-- | nss/getXXbyYY_r.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/nss/getXXbyYY_r.c b/nss/getXXbyYY_r.c index 988f46c88e..18f0bae03a 100644 --- a/nss/getXXbyYY_r.c +++ b/nss/getXXbyYY_r.c @@ -94,7 +94,9 @@ INTERNAL (REENTRANT_NAME) (ADD_PARAMS, LOOKUP_TYPE *resbuf, char *buffer, enum nss_status status = NSS_STATUS_UNAVAIL; #ifdef HANDLE_DIGITS_DOTS +# define resbuf (*resbuf) # include "digits_dots.c" +# undef resbuf #endif if (startp == NULL) |