summaryrefslogtreecommitdiffstats
path: root/sys/net/hostcache.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/net/hostcache.h')
-rw-r--r--sys/net/hostcache.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/net/hostcache.h b/sys/net/hostcache.h
index 47d631f..1e12803 100644
--- a/sys/net/hostcache.h
+++ b/sys/net/hostcache.h
@@ -26,7 +26,7 @@
* OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id$
+ * $Id: hostcache.h,v 1.1 1997/06/18 01:24:22 wollman Exp $
*/
#ifndef _NET_HOSTCACHE_H
@@ -76,6 +76,10 @@ struct hctable {
};
#ifdef KERNEL
+
+#ifdef MALLOC_DECLARE
+MALLOC_DECLARE(M_HOSTCACHE);
+#endif
/*
* The table-modification functions must be called from user mode, as
* they may block waiting for memory and/or locks.
OpenPOWER on IntegriCloud