freebsd-dev/libexec/lukemftpd/nbsd2fbsd.h
2003-01-06 04:42:20 +00:00

18 lines
378 B
C

/* $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);