diff options
Diffstat (limited to 'net-mgmt/net-snmp-devel/files/patch-sctpScalars.h')
-rw-r--r-- | net-mgmt/net-snmp-devel/files/patch-sctpScalars.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net-mgmt/net-snmp-devel/files/patch-sctpScalars.h b/net-mgmt/net-snmp-devel/files/patch-sctpScalars.h new file mode 100644 index 000000000000..036dff4a28b8 --- /dev/null +++ b/net-mgmt/net-snmp-devel/files/patch-sctpScalars.h @@ -0,0 +1,11 @@ +--- agent/mibgroup/sctp-mib/sctpScalars.h.orig 2009-01-23 23:43:37.000000000 +0900 ++++ agent/mibgroup/sctp-mib/sctpScalars.h 2009-01-23 23:44:12.000000000 +0900 +@@ -7,6 +7,8 @@ + config_require(sctp-mib/sctpScalars_common) + #if defined( linux ) + config_require(sctp-mib/sctpScalars_linux) ++#elif defined ( freebsd7 ) ++config_require(sctp-mib/sctpScalars_freebsd) + #else + /* + * couldn't determine the correct file! |