pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/net-snmp In snmp_vars.h, use in_addr_t rather than...
details: https://anonhg.NetBSD.org/pkgsrc/rev/982b9e8760be
branches: trunk
changeset: 477867:982b9e8760be
user: thorpej <thorpej%pkgsrc.org@localhost>
date: Sat Jul 10 17:59:17 2004 +0000
description:
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:
net/net-snmp/distinfo | 3 ++-
net/net-snmp/patches/patch-aj | 13 +++++++++++++
2 files changed, 15 insertions(+), 1 deletions(-)
diffs (31 lines):
diff -r 608a5e2c117b -r 982b9e8760be net/net-snmp/distinfo
--- a/net/net-snmp/distinfo Sat Jul 10 17:52:10 2004 +0000
+++ b/net/net-snmp/distinfo Sat Jul 10 17:59:17 2004 +0000
@@ -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-ag) = 6d07febd92597d1d817e3c1960ce9afcc75a6906
SHA1 (patch-ah) = cd2bd7adfb66f8e250dc686644d3888f4750f2d3
SHA1 (patch-ai) = 8518a29c82c63330f0300c6ca99f9a1c7ec0d072
+SHA1 (patch-aj) = ba320b1b8d5c4e14456f919b70e84de4b86ac73b
diff -r 608a5e2c117b -r 982b9e8760be net/net-snmp/patches/patch-aj
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/net/net-snmp/patches/patch-aj Sat Jul 10 17:59:17 2004 +0000
@@ -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[];
Home |
Main Index |
Thread Index |
Old Index