diff options
Diffstat (limited to 'sys/gnu/fs/xfs/FreeBSD/xfs_ioctl.c')
-rw-r--r-- | sys/gnu/fs/xfs/FreeBSD/xfs_ioctl.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/gnu/fs/xfs/FreeBSD/xfs_ioctl.c b/sys/gnu/fs/xfs/FreeBSD/xfs_ioctl.c index 40c3159..323a1c0 100644 --- a/sys/gnu/fs/xfs/FreeBSD/xfs_ioctl.c +++ b/sys/gnu/fs/xfs/FreeBSD/xfs_ioctl.c @@ -32,6 +32,7 @@ #include "xfs.h" +#include "xfs_macros.h" #include "xfs_fs.h" #include "xfs_inum.h" #include "xfs_log.h" @@ -68,7 +69,7 @@ #include "xfs_fsops.h" -#if XXXKAN +#ifdef XXXKAN /* * ioctl commands that are used by Linux filesystems */ |