Module Name: src Committed By: joerg Date: Sat Jan 28 16:24:35 UTC 2012
Modified Files: src/sys/fs/hfs: hfs.h Log Message: Include sys/malloc.h for MALLOC_DECLARE. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/sys/fs/hfs/hfs.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/sys/fs/hfs/hfs.h diff -u src/sys/fs/hfs/hfs.h:1.7 src/sys/fs/hfs/hfs.h:1.8 --- src/sys/fs/hfs/hfs.h:1.7 Wed Sep 3 22:57:46 2008 +++ src/sys/fs/hfs/hfs.h Sat Jan 28 16:24:35 2012 @@ -1,4 +1,4 @@ -/* $NetBSD: hfs.h,v 1.7 2008/09/03 22:57:46 gmcgarry Exp $ */ +/* $NetBSD: hfs.h,v 1.8 2012/01/28 16:24:35 joerg Exp $ */ /*- * Copyright (c) 2005, 2007 The NetBSD Foundation, Inc. @@ -118,6 +118,7 @@ typedef struct { } hfs_libcb_argsread; #ifdef _KERNEL +#include <sys/malloc.h> MALLOC_DECLARE(M_HFSMNT); /* defined in hfs_vfsops.c */