diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2006-08-31 17:02:05 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2006-08-31 17:02:05 +0000 |
| commit | 1908c0576ce976825135de08dd1b312139e55c6b (patch) | |
| tree | ddef4345bbc62258f608f3a2b225b5917613f1ca /libexec | |
| parent | f83e9e84ccf13f9d65c7db98d38ac236e420648c (diff) | |
Notes
Diffstat (limited to 'libexec')
| -rw-r--r-- | libexec/lukemftpd/nbsd2fbsd.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/libexec/lukemftpd/nbsd2fbsd.h b/libexec/lukemftpd/nbsd2fbsd.h index d060af6cd5b6..ac09bdfda57c 100644 --- a/libexec/lukemftpd/nbsd2fbsd.h +++ b/libexec/lukemftpd/nbsd2fbsd.h @@ -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 |
