2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-28 13:08:06 +00:00

1990. [bug] libbind: isc's override of broken gettimeofday()

implementions was not always effective.
                        [RT #15709]
This commit is contained in:
Mark Andrews 2006-02-27 23:55:15 +00:00
parent 886fff19f1
commit c4008fdd56
2 changed files with 5 additions and 0 deletions

View File

@ -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]

View 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