|
|
|
|
@ -50,3 +50,23 @@
|
|
|
|
|
|
|
|
|
|
/* 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
|
|
|
|
|
|
|
|
|
|
|