diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2009-03-07 15:51:25 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2009-03-07 15:51:25 +0000 |
commit | b654a69f9b31f106eff63d5ffe09c94b623462f5 (patch) | |
tree | 0e240f5ec9ea6421a433ace40c487c4d4dcbba2d /net-mgmt/net-snmp/files/patch-sctpTables_common.h | |
parent | - Update to 0.0.7 (diff) |
Try to reduce errors/warnings within sctp area.
Notes
Notes:
svn path=/head/; revision=229636
Diffstat (limited to 'net-mgmt/net-snmp/files/patch-sctpTables_common.h')
-rw-r--r-- | net-mgmt/net-snmp/files/patch-sctpTables_common.h | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/net-mgmt/net-snmp/files/patch-sctpTables_common.h b/net-mgmt/net-snmp/files/patch-sctpTables_common.h index 35812d0c7486..b9152bea0544 100644 --- a/net-mgmt/net-snmp/files/patch-sctpTables_common.h +++ b/net-mgmt/net-snmp/files/patch-sctpTables_common.h @@ -1,13 +1,15 @@ ---- agent/mibgroup/sctp-mib/sctpTables_common.h.orig 2009-01-23 23:42:34.000000000 +0900 -+++ agent/mibgroup/sctp-mib/sctpTables_common.h 2009-01-23 23:43:11.000000000 +0900 -@@ -5,6 +5,10 @@ - #include <net-snmp/net-snmp-includes.h> - #include <net-snmp/agent/net-snmp-agent-includes.h> +--- agent/mibgroup/sctp-mib/sctpTables_common.h.orig 2008-08-18 06:29:11.000000000 +0900 ++++ agent/mibgroup/sctp-mib/sctpTables_common.h 2009-02-28 14:06:27.000000000 +0900 +@@ -1,9 +1,9 @@ + #ifndef SCTP_TABLES_COMMON_H + #define SCTP_TABLES_COMMON_H +-#include <net-snmp/net-snmp-config.h> +-#include <net-snmp/net-snmp-includes.h> +-#include <net-snmp/agent/net-snmp-agent-includes.h> +#if defined(freebsd7) +#define netsnmp_table_registration_info_free SNMP_FREE +#endif -+ + #define SCTP_IPADDRESS_SIZE 16 #define SCTP_HOSTNAME_SIZE 255 - |