diff options
Diffstat (limited to 'net-mgmt/net-snmp/files/patch-sctpTables_freebsd.c')
-rw-r--r-- | net-mgmt/net-snmp/files/patch-sctpTables_freebsd.c | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/net-mgmt/net-snmp/files/patch-sctpTables_freebsd.c b/net-mgmt/net-snmp/files/patch-sctpTables_freebsd.c index 5285c9be7d52..22d898f6b7d3 100644 --- a/net-mgmt/net-snmp/files/patch-sctpTables_freebsd.c +++ b/net-mgmt/net-snmp/files/patch-sctpTables_freebsd.c @@ -1,6 +1,10 @@ ---- agent/mibgroup/sctp-mib/sctpTables_freebsd.c.orig 1970-01-01 09:00:00.000000000 +0900 -+++ agent/mibgroup/sctp-mib/sctpTables_freebsd.c 2009-01-23 23:52:37.000000000 +0900 -@@ -0,0 +1,245 @@ +--- agent/mibgroup/sctp-mib/sctpTables_freebsd.c.orig 2009-03-07 23:31:54.000000000 +0900 ++++ agent/mibgroup/sctp-mib/sctpTables_freebsd.c 2009-03-07 23:55:04.000000000 +0900 +@@ -0,0 +1,249 @@ ++#include <net-snmp/net-snmp-config.h> ++#include <net-snmp/net-snmp-includes.h> ++#include <net-snmp/agent/net-snmp-agent-includes.h> ++ +#include "sctpAssocTable.h" +#include "sctpAssocLocalAddrTable.h" +#include "sctpAssocRemAddrTable.h" |