mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
Catch up with the import of ftpd.c rev 1.1.1.6.
This commit is contained in:
parent
f83e9e84cc
commit
1908c0576c
1 changed files with 11 additions and 0 deletions
|
|
@ -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…
Reference in a new issue