Catch up with the import of ftpd.c rev 1.1.1.6.
This commit is contained in:
parent
f83e9e84cc
commit
1908c0576c
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user