summary refs log tree commit diff
path: root/pwd/getpwent_r.c
diff options
context:
space:
mode:
Diffstat (limited to 'pwd/getpwent_r.c')
-rw-r--r--pwd/getpwent_r.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/pwd/getpwent_r.c b/pwd/getpwent_r.c
index ced7f8a639..1c5bc02e7a 100644
--- a/pwd/getpwent_r.c
+++ b/pwd/getpwent_r.c
@@ -8,7 +8,7 @@ published by the Free Software Foundation; either version 2 of the
 License, or (at your option) any later version.
 
 The GNU C Library is distributed in the hope that it will be useful,
-but WITHOUT ANY WARRANTY; without even the implied warranty of
+but WITHOUT ANY WARRANTY; without even the implied warranty of/tes
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 Library General Public License for more details.
 
@@ -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_r.c"