Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/fs/hfs Include sys/malloc.h for MALLOC_DECLARE.
details: https://anonhg.NetBSD.org/src/rev/7656b228e7f0
branches: trunk
changeset: 773140:7656b228e7f0
user: joerg <joerg%NetBSD.org@localhost>
date: Sat Jan 28 16:24:35 2012 +0000
description:
Include sys/malloc.h for MALLOC_DECLARE.
diffstat:
sys/fs/hfs/hfs.h | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r 743b74cb20e6 -r 7656b228e7f0 sys/fs/hfs/hfs.h
--- a/sys/fs/hfs/hfs.h Sat Jan 28 16:16:41 2012 +0000
+++ b/sys/fs/hfs/hfs.h Sat Jan 28 16:24:35 2012 +0000
@@ -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 @@
} hfs_libcb_argsread;
#ifdef _KERNEL
+#include <sys/malloc.h>
MALLOC_DECLARE(M_HFSMNT); /* defined in hfs_vfsops.c */
Home |
Main Index |
Thread Index |
Old Index