summaryrefslogtreecommitdiffstats
path: root/libexec/lukemftpd/nbsd2fbsd.h
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2003-01-06 03:03:53 +0000
committerobrien <obrien@FreeBSD.org>2003-01-06 03:03:53 +0000
commitc5fa1fb790dadb92e5f5ae8cfbc2646aa8813a06 (patch)
tree05e5ad9ecadb17dcfc3a2874ccca8b64bc29e92c /libexec/lukemftpd/nbsd2fbsd.h
parenta5e5d8a2c1a6e78b186579817e7b3beea8404316 (diff)
downloadFreeBSD-src-c5fa1fb790dadb92e5f5ae8cfbc2646aa8813a06.zip
FreeBSD-src-c5fa1fb790dadb92e5f5ae8cfbc2646aa8813a06.tar.gz
Make the "nbsd_20030105" import build.
Diffstat (limited to 'libexec/lukemftpd/nbsd2fbsd.h')
-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
new file mode 100644
index 0000000..ca26de7
--- /dev/null
+++ b/libexec/lukemftpd/nbsd2fbsd.h
@@ -0,0 +1,11 @@
+/* $FreeBSD$ */
+
+/* XXX: Depend on our system headers protecting against multiple includes. */
+#include <paths.h>
+#undef _PATH_FTPUSERS
+
+#include <pwd.h>
+
+#define LOGIN_NAME_MAX MAXLOGNAME /* <sys/param.h> */
+
+#define _DIAGASSERT(x)
OpenPOWER on IntegriCloud