summaryrefslogtreecommitdiff
path: root/pwd/getpwent.c
diff options
context:
space:
mode:
Diffstat (limited to 'pwd/getpwent.c')
-rw-r--r--pwd/getpwent.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pwd/getpwent.c b/pwd/getpwent.c
index 79edbd5db0..9b96c63c33 100644
--- a/pwd/getpwent.c
+++ b/pwd/getpwent.c
@@ -25,6 +25,6 @@ Boston, MA 02111-1307, USA. */
#define GETFUNC_NAME getpwent
#define ENDFUNC_NAME endpwent
#define DATABASE_NAME passwd
-#define BUFLEN 1024
+#define BUFLEN NSS_BUFLEN_PASSWD
#include "../nss/getXXent.c"