mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-10 16:59:59 -04:00
2734. [port] cygwin: arpaname did not compile. [RT #20473]
This commit is contained in:
parent
e4adb07cc1
commit
af30180834
2 changed files with 5 additions and 5 deletions
2
CHANGES
2
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
|
||||
|
|
|
|||
|
|
@ -14,14 +14,12 @@
|
|||
* 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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue