pkgsrc/net/net-snmp/patches/patch-ae
adam daec5add6c Changes 5.4:
- The default configuration now enables embedded Perl and the Perl
  modules by default when possible unless explicitly disabled. You
  may use the --disable-embedded-perl and --without-perl-modules
  configure options, respectively, to revert to the former default
  configuration.
2007-02-05 12:06:16 +00:00

15 lines
429 B
Text

$NetBSD: patch-ae,v 1.5 2007/02/05 12:06:16 adam Exp $
--- snmplib/snmpUDPIPv6Domain.c.orig 2006-09-25 23:33:43.000000000 +0200
+++ snmplib/snmpUDPIPv6Domain.c
@@ -73,6 +73,10 @@ const struct in6_addr in6addr_any = IN6A
#define SS_FAMILY __ss_family
#endif
+#if defined(darwin)
+#include <stdint.h> /* for uint8_t */
+#endif
+
#include <net-snmp/types.h>
#include <net-snmp/output_api.h>
#include <net-snmp/config_api.h>