summaryrefslogtreecommitdiffstats
path: root/contrib/bind/port/freebsd/include/port_after.h
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/bind/port/freebsd/include/port_after.h')
-rw-r--r--contrib/bind/port/freebsd/include/port_after.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/contrib/bind/port/freebsd/include/port_after.h b/contrib/bind/port/freebsd/include/port_after.h
index a05bd0f..a06bf69 100644
--- a/contrib/bind/port/freebsd/include/port_after.h
+++ b/contrib/bind/port/freebsd/include/port_after.h
@@ -29,6 +29,7 @@
#if (!defined(BSD)) || (BSD < 199306)
#include <sys/bitypes.h>
#endif
+#include <sys/time.h>
/*
* We need to know the IPv6 address family number even on IPv4-only systems.
@@ -75,4 +76,7 @@ struct sockaddr_in6 {
#define ISC_FACILITY LOG_DAEMON
#endif
+int isc__gettimeofday(struct timeval *tp, struct timezone *tzp);
+#define gettimeofday isc__gettimeofday
+
#endif /* ! PORT_AFTER_H */
OpenPOWER on IntegriCloud