summaryrefslogtreecommitdiffstats
path: root/libexec/lukemftpd/nbsd2fbsd.h
blob: 95bdb70265c759bd3b24865b3d8a9cf4676b91ea (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/* $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)

#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);
OpenPOWER on IntegriCloud