summaryrefslogtreecommitdiffstats
path: root/sys/ufs/ffs/ffs_tables.c
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2002-04-03 20:39:27 +0000
committerphk <phk@FreeBSD.org>2002-04-03 20:39:27 +0000
commit65c4a4cb9d462c751f9bd9b1eb5fb24141a0a992 (patch)
treeb0889af9d2f5e93c5075fdb34fa3ca188d7fd873 /sys/ufs/ffs/ffs_tables.c
parent199f184a0ac4e0f393769ab6f3cb3be2b419db27 (diff)
downloadFreeBSD-src-65c4a4cb9d462c751f9bd9b1eb5fb24141a0a992.zip
FreeBSD-src-65c4a4cb9d462c751f9bd9b1eb5fb24141a0a992.tar.gz
Move the FFS parameter MAXFRAG from <sys/param.h> to <ufs/ffs/fs.h>
Sponsored by: DARPA & NAI Labs.
Diffstat (limited to 'sys/ufs/ffs/ffs_tables.c')
-rw-r--r--sys/ufs/ffs/ffs_tables.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/ufs/ffs/ffs_tables.c b/sys/ufs/ffs/ffs_tables.c
index 0256ee2..1ffae90 100644
--- a/sys/ufs/ffs/ffs_tables.c
+++ b/sys/ufs/ffs/ffs_tables.c
@@ -35,6 +35,7 @@
*/
#include <sys/param.h>
+#include <ufs/ffs/fs.h>
/*
* Bit patterns for identifying fragments in the block map
OpenPOWER on IntegriCloud