]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
2734. [port] cygwin: arpaname did not compile. [RT #20473]
authorMark Andrews <marka@isc.org>
Tue, 27 Oct 2009 03:05:33 +0000 (03:05 +0000)
committerMark Andrews <marka@isc.org>
Tue, 27 Oct 2009 03:05:33 +0000 (03:05 +0000)
CHANGES
bin/tools/arpaname.c

diff --git a/CHANGES b/CHANGES
index 777214c527095abb46a542b68b0fa93f1fd272f1..87ea1b8649f1645a50b9c3165f71d459f8ebd9f0 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,5 @@
+2734.  [port]          cygwin: arpaname did not compile. [RT #20473]
+
 2733.  [cleanup]       Clean up coding style in pkcs11-* tools. [RT #20355]
 
 2732.  [func]          Add optional filter-aaaa-on-v4 option, available
index 12c4fe94453c593438bc84fbd3d7c20437a14d37..356a883a45daa70ac033b5aafb6cc8af6b44ee23 100644 (file)
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: arpaname.c,v 1.3 2009/06/18 16:02:25 each Exp $ */
+/* $Id: arpaname.c,v 1.4 2009/10/27 03:05:33 marka Exp $ */
 
 #include "config.h"
 
-#include <sys/types.h>
-#include <sys/socket.h>
-#include <netinet/in.h>
-#include <arpa/inet.h>
+#include <isc/net.h>
+
 #include <stdio.h>
 
 #define UNUSED(x) (void)(x)