diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2009-01-25 14:19:16 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2009-01-25 14:19:16 +0000 |
commit | 53bb537d6a56816f9280a7ec64ab7fe276faca97 (patch) | |
tree | 0471d0b1476616c3144ad770242f7e4e8a58b1ef /net-mgmt/net-snmp-devel/files/patch-cache_handler.h | |
parent | Fix typo from upstream svn. (diff) |
Introduce SCTP-MIB patch for FreeBSD.
This patch was already submitted to upstream.
Submitted by: rrs
Notes
Notes:
svn path=/head/; revision=226846
Diffstat (limited to 'net-mgmt/net-snmp-devel/files/patch-cache_handler.h')
-rw-r--r-- | net-mgmt/net-snmp-devel/files/patch-cache_handler.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net-mgmt/net-snmp-devel/files/patch-cache_handler.h b/net-mgmt/net-snmp-devel/files/patch-cache_handler.h new file mode 100644 index 000000000000..04a597be080f --- /dev/null +++ b/net-mgmt/net-snmp-devel/files/patch-cache_handler.h @@ -0,0 +1,11 @@ +--- include/net-snmp/agent/cache_handler.h.orig 2009-01-25 22:37:09.000000000 +0900 ++++ include/net-snmp/agent/cache_handler.h 2009-01-25 22:38:07.000000000 +0900 +@@ -85,6 +85,8 @@ + netsnmp_cache_create(int timeout, NetsnmpCacheLoad * load_hook, + NetsnmpCacheFree * free_hook, + oid * rootoid, int rootoid_len); ++ int netsnmp_cache_free(netsnmp_cache *cache); ++ + netsnmp_mib_handler * + netsnmp_cache_handler_get(netsnmp_cache* cache); + |