Catch up with the import of ftpd.c rev 1.1.1.6.

This commit is contained in:
David E. O'Brien 2006-08-31 17:02:05 +00:00
parent f83e9e84cc
commit 1908c0576c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=161769

View File

@ -22,3 +22,14 @@ long long strsuftollx(const char *, const char *,
#if __POSIX_VISIBLE >= 199506 || __XSI_VISIBLE >= 500
#define LOGIN_NAME_MAX MAXLOGNAME /* max login name length (incl. NUL) */
#endif
/* NetBSD pwd.h */
#define _PASSWORD_CHGNOW -1 /* special day to force password
* change at next login */
/* Need this for some LOGIN_CAP functionality NetBSD has doesn't have
the infastructure for. */
#define notyet
/* Need this for some USE_PAM functionality NetBSD has doesn't have
the infastructure for. */
#define notdef