diff options
author | Ryan Steinmetz <zi@FreeBSD.org> | 2012-10-13 01:07:32 +0000 |
---|---|---|
committer | Ryan Steinmetz <zi@FreeBSD.org> | 2012-10-13 01:07:32 +0000 |
commit | 5437390ccc10c1594062ef7985cb3d2df34b9603 (patch) | |
tree | 9c6fee9a76c0f4e2cd213c161128ed7aa63a2882 /net-mgmt/net-snmp/files/patch-sctpTables_common.h | |
parent | Update to 2.4.33. (diff) |
- Update to 5.7.2
- Convert to OptionsNG
Feature safe: yes
Notes
Notes:
svn path=/head/; revision=305803
Diffstat (limited to 'net-mgmt/net-snmp/files/patch-sctpTables_common.h')
-rw-r--r-- | net-mgmt/net-snmp/files/patch-sctpTables_common.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/net-mgmt/net-snmp/files/patch-sctpTables_common.h b/net-mgmt/net-snmp/files/patch-sctpTables_common.h deleted file mode 100644 index 82c45c0c35dc..000000000000 --- a/net-mgmt/net-snmp/files/patch-sctpTables_common.h +++ /dev/null @@ -1,11 +0,0 @@ ---- agent/mibgroup/sctp-mib/sctpTables_common.h.orig 2010-06-01 10:58:20.000000000 -0300 -+++ agent/mibgroup/sctp-mib/sctpTables_common.h 2010-06-01 10:18:02.000000000 -0300 -@@ -1,7 +1,7 @@ - #ifndef SCTP_TABLES_COMMON_H - #define SCTP_TABLES_COMMON_H - --#if defined(freebsd8) || defined(freebsd7) -+#if defined(freebsd10) || defined(freebsd9) || defined(freebsd8) || defined(freebsd7) - #define netsnmp_table_registration_info_free SNMP_FREE - #endif - |