* import_name.c: Include stdio.h regardless of presence of
getpwuid_r(), to ensure definition of BUFSIZ. Reported by
Vladimir Terziev.
ticket: new
target_version: 1.4.3
tags: pullup
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@17327
dc483132-0cff-0310-8789-
dd5450dbe970
+2005-08-11 Tom Yu <tlyu@mit.edu>
+
+ * import_name.c: Include stdio.h regardless of presence of
+ getpwuid_r(), to ensure definition of BUFSIZ. Reported by
+ Vladimir Terziev.
+
2005-04-07 Tom Yu <tlyu@mit.edu>
* Makefile.in (gssapi_krb5.h): Use awk hack to work around quoting
#ifndef NO_PASSWORD
#include <pwd.h>
-#ifdef HAVE_GETPWUID_R
#include <stdio.h>
#endif
-#endif
#ifdef HAVE_STRING_H
#include <string.h>