UFS/FFS split for LFS version 1; move inode pref into ffs_ialloc
[unix-history] / usr / src / sys / ufs / ffs / ffs_tables.c
index 5f3ff47..872f369 100644 (file)
@@ -1,16 +1,13 @@
 /*
  * Copyright (c) 1982, 1986 Regents of the University of California.
 /*
  * Copyright (c) 1982, 1986 Regents of the University of California.
- * All rights reserved.  The Berkeley software License Agreement
- * specifies the terms and conditions for redistribution.
+ * All rights reserved.
  *
  *
- *     @(#)ffs_tables.c        7.2 (Berkeley) %G%
+ * %sccs.include.redist.c%
+ *
+ *     @(#)ffs_tables.c        7.5 (Berkeley) %G%
  */
 
  */
 
-#ifdef KERNEL
-#include "param.h"
-#else
 #include <sys/param.h>
 #include <sys/param.h>
-#endif
 
 /*
  * Bit patterns for identifying fragments in the block map
 
 /*
  * Bit patterns for identifying fragments in the block map