diff options
author | peter <peter@FreeBSD.org> | 1998-05-03 04:55:44 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 1998-05-03 04:55:44 +0000 |
commit | a82eba7c6c263e67ad58f5211dbc6d32d3963cb3 (patch) | |
tree | 9e6e6e381762fcd09b9a6794f0421fc629d57f81 /contrib/bind | |
parent | b8bc3bc233468f8704cc22dc82f60297a07f89c2 (diff) | |
download | FreeBSD-src-a82eba7c6c263e67ad58f5211dbc6d32d3963cb3.zip FreeBSD-src-a82eba7c6c263e67ad58f5211dbc6d32d3963cb3.tar.gz |
Update for some -current quirks, and some other things taken from the
*bsd bind-8 ports.
(our setpwent() was changed to return void, but our setgrent() returns
int still!)
Diffstat (limited to 'contrib/bind')
-rw-r--r-- | contrib/bind/port/freebsd/include/port_after.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/contrib/bind/port/freebsd/include/port_after.h b/contrib/bind/port/freebsd/include/port_after.h index c2bc49a..0b7f6b3 100644 --- a/contrib/bind/port/freebsd/include/port_after.h +++ b/contrib/bind/port/freebsd/include/port_after.h @@ -7,7 +7,10 @@ #define HAVE_FCHMOD #define NEED_PSELECT #define HAVE_SA_LEN -#define USE_LOG_CONS +#define SETPWENT_VOID +#define RLIMIT_TYPE rlim_t +#define RLIMIT_LONGLONG +#define RLIMIT_FILE_INFINITY #define HAVE_CHROOT #define CAN_CHANGE_ID |