no longer need to include time.h, vnode.h, and inode.h; just include dinode.h
[unix-history] / usr / src / sbin / fsck / inode.c
index b8df7cd..226144f 100644 (file)
@@ -5,14 +5,14 @@
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)inode.c    5.6 (Berkeley) %G%";
+static char sccsid[] = "@(#)inode.c    5.9 (Berkeley) %G%";
 #endif not lint
 
 #endif not lint
 
-#include <pwd.h>
 #include <sys/param.h>
 #include <sys/param.h>
-#include <sys/inode.h>
-#include <sys/fs.h>
-#include <sys/dir.h>
+#include <ufs/dinode.h>
+#include <ufs/fs.h>
+#include <ufs/dir.h>
+#include <pwd.h>
 #include "fsck.h"
 
 BUFAREA *pbp = 0;
 #include "fsck.h"
 
 BUFAREA *pbp = 0;