More upstream NetBSD upgrades.

Change-Id: Idb781d37de3b05585271d7d258ecffd5ba87d0b8
This commit is contained in:
Elliott Hughes
2012-10-23 16:05:09 -07:00
parent e3dbe1e382
commit ab44f52202
20 changed files with 330 additions and 170 deletions

View File

@@ -21,4 +21,7 @@
#include <sys/cdefs.h>
#include <arpa_nameser.h>
#define ISC_FORMAT_PRINTF(a,b) __attribute__((__format__(__printf__,a,b)))
#define ISC_SOCKLEN_T socklen_t
#endif