From a82eba7c6c263e67ad58f5211dbc6d32d3963cb3 Mon Sep 17 00:00:00 2001 From: peter Date: Sun, 3 May 1998 04:55:44 +0000 Subject: 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!) --- contrib/bind/port/freebsd/include/port_after.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'contrib') 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 -- cgit v1.1