]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commitdiff
allow userspace to be built with XFS_BIG_FILESYSTEMS set still.
authorNathan Scott <nathans@sgi.com>
Mon, 15 Jul 2002 01:14:59 +0000 (01:14 +0000)
committerNathan Scott <nathans@sgi.com>
Mon, 15 Jul 2002 01:14:59 +0000 (01:14 +0000)
include/xfs_types.h

index 4a00ca456e34c38533ac19889ab3b70d8dba95c2..fe2a18804a288435635dc3040b6a9087f40f3ae3 100644 (file)
@@ -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 */