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-devel/files/patch-sctpTables_common.c | |
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-devel/files/patch-sctpTables_common.c')
-rw-r--r-- | net-mgmt/net-snmp-devel/files/patch-sctpTables_common.c | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/net-mgmt/net-snmp-devel/files/patch-sctpTables_common.c b/net-mgmt/net-snmp-devel/files/patch-sctpTables_common.c new file mode 100644 index 000000000000..9047ca289e2a --- /dev/null +++ b/net-mgmt/net-snmp-devel/files/patch-sctpTables_common.c @@ -0,0 +1,9 @@ +--- agent/mibgroup/sctp-mib/sctpTables_common.c.orig 2009-03-07 23:32:28.000000000 +0900 ++++ agent/mibgroup/sctp-mib/sctpTables_common.c 2009-03-07 23:33:09.000000000 +0900 +@@ -1,3 +1,6 @@ ++#include <net-snmp/net-snmp-config.h> ++#include <net-snmp/net-snmp-includes.h> ++#include <net-snmp/agent/net-snmp-agent-includes.h> + #include "sctpTables_common.h" + #include "sctpAssocTable.h" + #include "sctpAssocRemAddrTable.h" |