summaryrefslogtreecommitdiffstats
path: root/libexec
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2006-08-31 17:02:05 +0000
committerobrien <obrien@FreeBSD.org>2006-08-31 17:02:05 +0000
commite2b445ed86a9ef003a52b214a700e08ed4c17a8d (patch)
treeddef4345bbc62258f608f3a2b225b5917613f1ca /libexec
parentaeae00d8be62bcd2db4e444c2e5d542bde9e6763 (diff)
downloadFreeBSD-src-e2b445ed86a9ef003a52b214a700e08ed4c17a8d.zip
FreeBSD-src-e2b445ed86a9ef003a52b214a700e08ed4c17a8d.tar.gz
Catch up with the import of ftpd.c rev 1.1.1.6.
Diffstat (limited to 'libexec')
-rw-r--r--libexec/lukemftpd/nbsd2fbsd.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/libexec/lukemftpd/nbsd2fbsd.h b/libexec/lukemftpd/nbsd2fbsd.h
index d060af6..ac09bdf 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
OpenPOWER on IntegriCloud