]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
pullup:
authorAndreas Gustafsson <source@isc.org>
Wed, 14 Feb 2001 23:01:07 +0000 (23:01 +0000)
committerAndreas Gustafsson <source@isc.org>
Wed, 14 Feb 2001 23:01:07 +0000 (23:01 +0000)
 737.   [port]          stdtime.c failed to compile on certain platforms.

CHANGES
lib/isc/unix/stdtime.c

diff --git a/CHANGES b/CHANGES
index 2ab0144bbeae09b91719587b7eafbf07fa9d5a4c..9a53d763100257cd70318a9a0b395790727768e6 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -3,6 +3,8 @@
                        received an AXFR request, it would deadlock or die
                        with an assertion failure. [RT #852]
 
+ 737.  [port]          stdtime.c failed to compile on certain platforms.
+
        --- 9.1.1rc2 released ---
 
  733.  [bug]           Reference counts of dns_acl_t objects need to be
index 7c8166f8ac2487cd10ac34f5a5313e05a628764d..9d7e8ce4c9cb422983f42b9e79eb068508cebba0 100644 (file)
  * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: stdtime.c,v 1.9.4.1 2001/01/09 22:51:28 bwelling Exp $ */
+/* $Id: stdtime.c,v 1.9.4.2 2001/02/14 23:01:07 gson Exp $ */
 
 #include <config.h>
 
+#include <stdlib.h>    /* NULL */
+
 #include <sys/time.h>
 
 #include <isc/stdtime.h>