summaryrefslogtreecommitdiffstats
path: root/libexec/lukemftpd/nbsd2fbsd.h
diff options
context:
space:
mode:
Diffstat (limited to 'libexec/lukemftpd/nbsd2fbsd.h')
-rw-r--r--libexec/lukemftpd/nbsd2fbsd.h35
1 files changed, 0 insertions, 35 deletions
diff --git a/libexec/lukemftpd/nbsd2fbsd.h b/libexec/lukemftpd/nbsd2fbsd.h
deleted file mode 100644
index ac09bdf..0000000
--- a/libexec/lukemftpd/nbsd2fbsd.h
+++ /dev/null
@@ -1,35 +0,0 @@
-/* $FreeBSD$ */
-
-/* XXX: Depend on our system headers protecting against multiple includes. */
-#include <paths.h>
-#undef _PATH_FTPUSERS
-
-#include <pwd.h>
-
-#define _DIAGASSERT(x)
-
-#include <sys/_types.h>
-#ifndef _SIZE_T_DECLARED
-typedef __size_t size_t;
-#define _SIZE_T_DECLARED
-#endif
-long long strsuftollx(const char *, const char *,
- long long, long long, char *, size_t);
-
-/*
- * IEEE Std 1003.1c-95, adopted in X/Open CAE Specification Issue 5 Version 2
- */
-#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