From: Nathan Scott Date: Mon, 15 Jul 2002 01:14:59 +0000 (+0000) Subject: allow userspace to be built with XFS_BIG_FILESYSTEMS set still. X-Git-Tag: v2.2.0~9 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f2db06f00ce04786412c260f425eb232aceec7e9;p=thirdparty%2Fxfsprogs-dev.git allow userspace to be built with XFS_BIG_FILESYSTEMS set still. --- diff --git a/include/xfs_types.h b/include/xfs_types.h index 4a00ca456..fe2a18804 100644 --- a/include/xfs_types.h +++ b/include/xfs_types.h @@ -45,7 +45,9 @@ * the limiting factor. */ +#ifndef XFS_BIG_FILESYSTEMS #define XFS_BIG_FILESYSTEMS 0 +#endif typedef __uint32_t xfs_agblock_t; /* blockno in alloc. group */ typedef __uint32_t xfs_extlen_t; /* extent length in blocks */