- 64bit needed some changes, was causing timeouts on 64bit archs!?
- affects bugs #125432 and #132058
This commit is contained in:
parent
39b6e802ec
commit
e63664725f
@ -1,9 +1,10 @@
|
|||||||
--- net-snmp-5.1.1/agent/mibgroup/mibII/ipAddr.c.ipAdEntIfIndex 2004-04-08 17:38:48.368076685 +0200
|
--- net-snmp-5.1.1/agent/mibgroup/mibII/ipAddr.c.ipAdEntIfIndex 2004-04-08 17:38:48.368076685 +0200
|
||||||
+++ net-snmp-5.1.1/agent/mibgroup/mibII/ipAddr.c 2004-04-08 17:48:52.977283961 +0200
|
+++ net-snmp-5.1.1/agent/mibgroup/mibII/ipAddr.c 2004-04-08 17:48:52.977283961 +0200
|
||||||
@@ -200,6 +200,9 @@
|
@@ -199,6 +199,10 @@
|
||||||
|
static struct in_ifaddr in_ifaddr, lowin_ifaddr;
|
||||||
#else
|
#else
|
||||||
static struct ifnet lowin_ifnet;
|
static struct ifnet lowin_ifnet;
|
||||||
static in_addr_t addr_ret;
|
+ static in_addr_t addr_ret;
|
||||||
+#if defined(linux)
|
+#if defined(linux)
|
||||||
+ static struct in_ifaddr in_ifaddr;
|
+ static struct in_ifaddr in_ifaddr;
|
||||||
+#endif
|
+#endif
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
Summary: A collection of SNMP protocol tools and libraries.
|
Summary: A collection of SNMP protocol tools and libraries.
|
||||||
Name: net-snmp
|
Name: net-snmp
|
||||||
Version: 5.2.1
|
Version: 5.2.1
|
||||||
Release: 4
|
Release: 5
|
||||||
License: BSDish
|
License: BSDish
|
||||||
Group: System Environment/Daemons
|
Group: System Environment/Daemons
|
||||||
URL: http://net-snmp.sourceforge.net/
|
URL: http://net-snmp.sourceforge.net/
|
||||||
@ -318,6 +318,10 @@ rm -rf ${RPM_BUILD_ROOT}
|
|||||||
%{_libdir}/*.la
|
%{_libdir}/*.la
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Mar 09 2005 Radek Vokal <rvokal@redhat.com> - 5.2.1-5
|
||||||
|
- 64bit needed some changes, was causing timeouts on 64bit archs!?
|
||||||
|
- affects bugs #125432 and #132058
|
||||||
|
|
||||||
* Tue Mar 1 2005 Tomas Mraz <tmraz@redhat.com> - 5.2.1-4
|
* Tue Mar 1 2005 Tomas Mraz <tmraz@redhat.com> - 5.2.1-4
|
||||||
- rebuild with openssl-0.9.7e
|
- rebuild with openssl-0.9.7e
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user