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:
parent
e6775c1a34
commit
aeeba2bf5b
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user