summaryrefslogtreecommitdiffstats
path: root/lib/libc/include/isc/eventlib.h
diff options
context:
space:
mode:
authorume <ume@FreeBSD.org>2008-12-14 19:39:53 +0000
committerume <ume@FreeBSD.org>2008-12-14 19:39:53 +0000
commit5981f7a689e7291656f30b6c8e94a05339c101b0 (patch)
tree5e14eb7d469e63a149e56aedf1a74b40e820e7cd /lib/libc/include/isc/eventlib.h
parentd6c5fd3f81862801cb66bf464744657a24a2d4e2 (diff)
downloadFreeBSD-src-5981f7a689e7291656f30b6c8e94a05339c101b0.zip
FreeBSD-src-5981f7a689e7291656f30b6c8e94a05339c101b0.tar.gz
Merge the resolver part of BIND 9.4.3 into HEAD.
It includes the following fix: 2426. [bug] libbind: inet_net_pton() can sometimes return the wrong value if excessively large netmasks are supplied. [RT #18512] Reported by: Maksymilian Arciemowicz <cxib__at__securityreason.com>
Diffstat (limited to 'lib/libc/include/isc/eventlib.h')
-rw-r--r--lib/libc/include/isc/eventlib.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/libc/include/isc/eventlib.h b/lib/libc/include/isc/eventlib.h
index 598c71c..5003823 100644
--- a/lib/libc/include/isc/eventlib.h
+++ b/lib/libc/include/isc/eventlib.h
@@ -18,7 +18,7 @@
/* eventlib.h - exported interfaces for eventlib
* vix 09sep95 [initial]
*
- * $Id: eventlib.h,v 1.3.18.2 2005/07/28 07:38:07 marka Exp $
+ * $Id: eventlib.h,v 1.3.18.3 2008/01/23 02:12:01 marka Exp $
*/
#ifndef _EVENTLIB_H
@@ -29,6 +29,8 @@
#include <sys/time.h>
#include <stdio.h>
+#include <isc/platform.h>
+
#ifndef __P
# define __EVENTLIB_P_DEFINED
# ifdef __STDC__
OpenPOWER on IntegriCloud