summaryrefslogtreecommitdiff
path: root/bsdfsck/pass3.c
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1994-08-23 20:02:28 +0000
committerMichael I. Bushnell <mib@gnu.org>1994-08-23 20:02:28 +0000
commit5c1d004358eaba456315d5d69b0f4d55b96db033 (patch)
tree72c5876293e84ce0c8de281f836bbc744f24ecd3 /bsdfsck/pass3.c
parent54f2ffba7061d3b720779a946886c472595790d2 (diff)
entered into RCS
Diffstat (limited to 'bsdfsck/pass3.c')
-rw-r--r--bsdfsck/pass3.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/bsdfsck/pass3.c b/bsdfsck/pass3.c
index 12c40700..78fb6a96 100644
--- a/bsdfsck/pass3.c
+++ b/bsdfsck/pass3.c
@@ -33,13 +33,13 @@
#ifndef lint
/*static char sccsid[] = "from: @(#)pass3.c 8.1 (Berkeley) 6/5/93";*/
-static char *rcsid = "$Id: pass3.c,v 1.1 1994/08/23 19:29:24 mib Exp $";
+static char *rcsid = "$Id: pass3.c,v 1.2 1994/08/23 20:02:13 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 "fsck.h"
pass3()