From f2db06f00ce04786412c260f425eb232aceec7e9 Mon Sep 17 00:00:00 2001 From: Nathan Scott Date: Mon, 15 Jul 2002 01:14:59 +0000 Subject: [PATCH] allow userspace to be built with XFS_BIG_FILESYSTEMS set still. --- include/xfs_types.h | 2 ++ 1 file changed, 2 insertions(+) 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 */ -- 2.47.2