diff options
Diffstat (limited to 'net-mgmt/bsnmpd/files/patch-snmp_mibII__mibII.h')
-rw-r--r-- | net-mgmt/bsnmpd/files/patch-snmp_mibII__mibII.h | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/net-mgmt/bsnmpd/files/patch-snmp_mibII__mibII.h b/net-mgmt/bsnmpd/files/patch-snmp_mibII__mibII.h new file mode 100644 index 000000000000..4d8b508ce07a --- /dev/null +++ b/net-mgmt/bsnmpd/files/patch-snmp_mibII__mibII.h @@ -0,0 +1,20 @@ +--- snmp_mibII/mibII.h.orig Mon Feb 27 13:03:15 2006 ++++ snmp_mibII/mibII.h Fri Apr 21 20:53:50 2006 +@@ -55,6 +55,7 @@ + #include "snmpmod.h" + #include "snmp_mibII.h" + #include "mibII_tree.h" ++#include "support.h" + + /* + * Interface list and flags. +@@ -76,6 +77,9 @@ + uint64_t hc_opackets; + uint64_t hc_imcasts; + uint64_t hc_ipackets; ++#ifndef HAVE_MIB_LINKSTATE ++ uint8_t pr_link_state; ++#endif + }; + #define MIBIF_PRIV(IFP) ((struct mibif_private *)((IFP)->private)) + |