do not have to have alternate superblock if -b is specified
[unix-history] / usr / src / sbin / fsck / pass3.c
index 8d8531a..405fa75 100644 (file)
@@ -6,12 +6,12 @@
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)pass3.c    5.10 (Berkeley) %G%";
+static char sccsid[] = "@(#)pass3.c    5.11 (Berkeley) %G%";
 #endif /* not lint */
 
 #include <sys/param.h>
 #endif /* not lint */
 
 #include <sys/param.h>
-#include <ufs/dinode.h>
-#include <ufs/fs.h>
+#include <ufs/ufs/dinode.h>
+#include <ufs/ffs/fs.h>
 #include "fsck.h"
 
 pass3()
 #include "fsck.h"
 
 pass3()