about summary refs log tree commit diff
path: root/pwd/getpwuid.c
diff options
context:
space:
mode:
Diffstat (limited to 'pwd/getpwuid.c')
-rw-r--r--pwd/getpwuid.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pwd/getpwuid.c b/pwd/getpwuid.c
index 130c251f89..2ad654f9b9 100644
--- a/pwd/getpwuid.c
+++ b/pwd/getpwuid.c
@@ -25,6 +25,6 @@ Boston, MA 02111-1307, USA.  */
 #define DATABASE_NAME	passwd
 #define ADD_PARAMS	uid_t uid
 #define ADD_VARIABLES	uid
-#define BUFLEN		1024
+#define BUFLEN		NSS_BUFLEN_PASSWD
 
 #include "../nss/getXXbyYY.c"