]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Cope with -Wundef. This means including xfs_macros.h early in a few more
authorimp <imp@FreeBSD.org>
Thu, 1 Jun 2006 19:01:47 +0000 (19:01 +0000)
committerimp <imp@FreeBSD.org>
Thu, 1 Jun 2006 19:01:47 +0000 (19:01 +0000)
commita5403d89c2ba8a650798cf29f2b84282f25a08a7
treef85f196cbf43dac47d72521176d26c1f2d08eece
parent55e41f7b78653de1bd2f8c4673126a703c346735
Cope with -Wundef.  This means including xfs_macros.h early in a few more
files and changing #if XXXKAN -> #ifdef XXXKAN.

# this is just compile tested, since I don't have xfs partitions.
13 files changed:
sys/gnu/fs/xfs/FreeBSD/xfs_frw.c
sys/gnu/fs/xfs/FreeBSD/xfs_fs_subr.c
sys/gnu/fs/xfs/FreeBSD/xfs_iget.c
sys/gnu/fs/xfs/FreeBSD/xfs_ioctl.c
sys/gnu/fs/xfs/FreeBSD/xfs_super.c
sys/gnu/fs/xfs/xfs_attr.c
sys/gnu/fs/xfs/xfs_dfrag.c
sys/gnu/fs/xfs/xfs_dir2_trace.c
sys/gnu/fs/xfs/xfs_inode.c
sys/gnu/fs/xfs/xfs_iomap.c
sys/gnu/fs/xfs/xfs_trans.c
sys/gnu/fs/xfs/xfs_vfsops.c
sys/gnu/fs/xfs/xfs_vnodeops.c