- 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 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
|
||||
static struct ifnet lowin_ifnet;
|
||||
static in_addr_t addr_ret;
|
||||
+ static in_addr_t addr_ret;
|
||||
+#if defined(linux)
|
||||
+ static struct in_ifaddr in_ifaddr;
|
||||
+#endif
|
||||
|
@ -3,7 +3,7 @@
|
||||
Summary: A collection of SNMP protocol tools and libraries.
|
||||
Name: net-snmp
|
||||
Version: 5.2.1
|
||||
Release: 4
|
||||
Release: 5
|
||||
License: BSDish
|
||||
Group: System Environment/Daemons
|
||||
URL: http://net-snmp.sourceforge.net/
|
||||
@ -318,6 +318,10 @@ rm -rf ${RPM_BUILD_ROOT}
|
||||
%{_libdir}/*.la
|
||||
|
||||
%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
|
||||
- rebuild with openssl-0.9.7e
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user