summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorthorpej <thorpej>2004-07-10 17:59:17 +0000
committerthorpej <thorpej>2004-07-10 17:59:17 +0000
commit72297ad645320bded747a10035f49deebb055611 (patch)
tree01ad240d5a669720d988e2c28c25dcf8346c7d38 /net
parent96796f0427fbfd0e1ab6106f12cd4d8623cc9f32 (diff)
downloadpkgsrc-72297ad645320bded747a10035f49deebb055611.tar.gz
In snmp_vars.h, use in_addr_t rather than uint32_t for ipaddr_return; the
former is provided by system or private header files, and the latter may not be.
Diffstat (limited to 'net')
-rw-r--r--net/net-snmp/distinfo3
-rw-r--r--net/net-snmp/patches/patch-aj13
2 files changed, 15 insertions, 1 deletions
diff --git a/net/net-snmp/distinfo b/net/net-snmp/distinfo
index 8614da2a1a5..2ffd6a042cb 100644
--- a/net/net-snmp/distinfo
+++ b/net/net-snmp/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.10 2004/05/14 13:30:34 adam Exp $
+$NetBSD: distinfo,v 1.11 2004/07/10 17:59:17 thorpej Exp $
SHA1 (net-snmp-5.1.1.tar.gz) = 19fe6191ac1312f6f65bf2b9513e8d25084cac1b
Size (net-snmp-5.1.1.tar.gz) = 2977122 bytes
@@ -11,3 +11,4 @@ SHA1 (patch-af) = b274c4234ff1034e56954f24db066ee38edc8ef4
SHA1 (patch-ag) = 6d07febd92597d1d817e3c1960ce9afcc75a6906
SHA1 (patch-ah) = cd2bd7adfb66f8e250dc686644d3888f4750f2d3
SHA1 (patch-ai) = 8518a29c82c63330f0300c6ca99f9a1c7ec0d072
+SHA1 (patch-aj) = ba320b1b8d5c4e14456f919b70e84de4b86ac73b
diff --git a/net/net-snmp/patches/patch-aj b/net/net-snmp/patches/patch-aj
new file mode 100644
index 00000000000..b20cc984aed
--- /dev/null
+++ b/net/net-snmp/patches/patch-aj
@@ -0,0 +1,13 @@
+$NetBSD: patch-aj,v 1.1 2004/07/10 17:59:17 thorpej Exp $
+
+--- include/net-snmp/agent/snmp_vars.h.orig Thu Jul 8 18:17:53 2004
++++ include/net-snmp/agent/snmp_vars.h Thu Jul 8 18:18:02 2004
+@@ -74,7 +74,7 @@
+ struct nlist;
+
+ extern long long_return;
+- extern uint32_t ipaddr_return;
++ extern in_addr_t ipaddr_return;
+ extern u_char return_buf[];
+
+ extern oid nullOid[];