|
|
|
@ -13,7 +13,7 @@
|
|
|
|
|
(u_long)ctx->wrLast.fds_bits[0],
|
|
|
|
|
(u_long)ctx->exLast.fds_bits[0],
|
|
|
|
|
+#endif
|
|
|
|
|
tp ? tp->tv_sec : -1,
|
|
|
|
|
tp ? (long)tp->tv_sec : -1L,
|
|
|
|
|
tp ? tp->tv_nsec : -1);
|
|
|
|
|
|
|
|
|
|
--- src/lib/isc/ev_files.c.orig Thu Jul 4 15:01:42 2002
|
|
|
|
@ -50,23 +50,3 @@
|
|
|
|
|
|
|
|
|
|
/* Couldn't free it before now since we were using fields out of it. */
|
|
|
|
|
FREE(del);
|
|
|
|
|
--- src/port/freebsd/include/port_after.h.orig Mon Jan 13 14:08:51 2003
|
|
|
|
|
+++ src/port/freebsd/include/port_after.h Mon Jan 13 14:09:39 2003
|
|
|
|
|
@@ -6,12 +6,16 @@
|
|
|
|
|
#define USE_WAITPID
|
|
|
|
|
#define HAVE_GETRUSAGE
|
|
|
|
|
#define HAVE_FCHMOD
|
|
|
|
|
-#define NEED_PSELECT
|
|
|
|
|
#define HAVE_SA_LEN
|
|
|
|
|
#define HAVE_MINIMUM_IFREQ
|
|
|
|
|
#define USE_LOG_CONS
|
|
|
|
|
#define HAVE_CHROOT
|
|
|
|
|
#define CAN_CHANGE_ID
|
|
|
|
|
+
|
|
|
|
|
+#include <osreldate.h>
|
|
|
|
|
+#if __FreeBSD_version < 500000
|
|
|
|
|
+#define NEED_PSELECT
|
|
|
|
|
+#endif
|
|
|
|
|
|
|
|
|
|
#define _TIMEZONE timezone
|
|
|
|
|
|
|
|
|
|