Do not declare M_NTFSMNT with extern linkage here, since

it is defined with static linkage in ntfs_vfsops.c.
Fixes compilation with GCC 4.0.
This commit is contained in:
rodrigc 2005-09-11 15:57:07 +00:00
parent e6775c1a34
commit aeeba2bf5b

View File

@ -285,7 +285,6 @@ struct ntfsmount {
#define ntfs_bpbl (daddr_t)((ntmp)->ntm_bps)
#ifdef MALLOC_DECLARE
MALLOC_DECLARE(M_NTFSMNT);
MALLOC_DECLARE(M_NTFSNTNODE);
MALLOC_DECLARE(M_NTFSFNODE);
MALLOC_DECLARE(M_NTFSDIR);