summaryrefslogtreecommitdiff
path: root/bsdfsck
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1994-08-23 20:02:44 +0000
committerMichael I. Bushnell <mib@gnu.org>1994-08-23 20:02:44 +0000
commit25533a44cc6a3fe6e4e1c61ba6a8451dd41c8c2b (patch)
tree14fe1a999dbf89cfeb4fb53d493cbb34fb18cdb3 /bsdfsck
parent5c1d004358eaba456315d5d69b0f4d55b96db033 (diff)
Formerly pass5.c.~2~
Diffstat (limited to 'bsdfsck')
-rw-r--r--bsdfsck/pass5.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/bsdfsck/pass5.c b/bsdfsck/pass5.c
index 66e9efea..a802e35a 100644
--- a/bsdfsck/pass5.c
+++ b/bsdfsck/pass5.c
@@ -33,13 +33,13 @@
#ifndef lint
/*static char sccsid[] = "from: @(#)pass5.c 8.2 (Berkeley) 2/2/94";*/
-static char *rcsid = "$Id: pass5.c,v 1.1 1994/08/23 19:29:24 mib Exp $";
+static char *rcsid = "$Id: pass5.c,v 1.2 1994/08/23 20:02:44 mib Exp $";
#endif /* not lint */
#include <sys/param.h>
#include <sys/time.h>
-#include <ufs/ufs/dinode.h>
-#include <ufs/ffs/fs.h>
+#include "../ufs/dinode.h"
+#include "../ufs/fs.h"
#include <string.h>
#include "fsck.h"