X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=nscd%2Fgetpwnam_r.c;h=956c4e2a6bb08000f307391d1a25a50e65487e66;hb=8915eacef88eb25ac94e6bb37b473adb326e9d1b;hp=7b6c5b31e3e4ee9474b6e8f50657a14974b3fa1a;hpb=59ba27a63ada3f46b71ec99a314dfac5a38ad6d2;p=platform%2Fupstream%2Fglibc.git diff --git a/nscd/getpwnam_r.c b/nscd/getpwnam_r.c index 7b6c5b3..956c4e2 100644 --- a/nscd/getpwnam_r.c +++ b/nscd/getpwnam_r.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1996, 1997, 1998, 2005 Free Software Foundation, Inc. +/* Copyright (C) 1996-2014 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Ulrich Drepper , 1996. @@ -25,4 +25,7 @@ #define ADD_VARIABLES name #define BUFLEN NSS_BUFLEN_PASSWD +/* We are nscd, so we don't want to be talking to ourselves. */ +#undef USE_NSCD + #include