summaryrefslogtreecommitdiffstats
path: root/sys/fs/ntfs/ntfs.h
diff options
context:
space:
mode:
authorrodrigc <rodrigc@FreeBSD.org>2005-09-11 15:57:07 +0000
committerrodrigc <rodrigc@FreeBSD.org>2005-09-11 15:57:07 +0000
commitaeeba2bf5b46351fa5d8ea3137d7c4f589eba88e (patch)
treeadfec43b73ce8d6c604d3b848d1720c41c0b2c50 /sys/fs/ntfs/ntfs.h
parente6775c1a34a13801cb165cfc748bfd9e9059757b (diff)
downloadFreeBSD-src-aeeba2bf5b46351fa5d8ea3137d7c4f589eba88e.zip
FreeBSD-src-aeeba2bf5b46351fa5d8ea3137d7c4f589eba88e.tar.gz
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.
Diffstat (limited to 'sys/fs/ntfs/ntfs.h')
-rw-r--r--sys/fs/ntfs/ntfs.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/fs/ntfs/ntfs.h b/sys/fs/ntfs/ntfs.h
index 5618b67..0d5242b 100644
--- a/sys/fs/ntfs/ntfs.h
+++ b/sys/fs/ntfs/ntfs.h
@@ -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);
OpenPOWER on IntegriCloud