]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
1990. [bug] libbind: isc's override of broken gettimeofday()
authorMark Andrews <marka@isc.org>
Mon, 27 Feb 2006 23:55:15 +0000 (23:55 +0000)
committerMark Andrews <marka@isc.org>
Mon, 27 Feb 2006 23:55:15 +0000 (23:55 +0000)
                        implementions was not always effective.
                        [RT #15709]

CHANGES
lib/bind/port_after.h.in

diff --git a/CHANGES b/CHANGES
index 06a25e348e3fe11703d927b35354e6758a8b9b05..303cc11103ccb7ea9a47ae0f73fe6b8c99752b46 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,7 @@
+1990.  [bug]           libbind:  isc's override of broken gettimeofday()
+                       implementions was not always effective.
+                       [RT #15709]
+
 1989.  [bug]           win32: don't check the service password when
                        re-installing. [RT #15882]
 
index 0c956b71ed0ed9f97b537113cee182a0788f2397..12d8d2bc3474f62cba766ca37078d212738e366f 100644 (file)
@@ -5,6 +5,7 @@
 #include <sys/types.h>
 #include <sys/socket.h>
 #include <sys/param.h>
+#include <sys/time.h>
 #if (!defined(BSD)) || (BSD < 199306)
 #include <sys/bitypes.h>
 #endif