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:
Craig Rodrigues 2005-09-11 15:57:07 +00:00
parent 17793b6ae5
commit 2a3e0acc5d

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);