diff options
author | Michael I. Bushnell <mib@gnu.org> | 1994-08-23 20:02:28 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1994-08-23 20:02:28 +0000 |
commit | a3264de7fef6cc1a7054fa3c18427ddf069467f5 (patch) | |
tree | f10bbffb34b70d3c7cc7504e0c65846c01198fa4 /bsdfsck/pass3.c | |
parent | f1424cf76d282077449897e0188a5badd56f1664 (diff) |
entered into RCS
Diffstat (limited to 'bsdfsck/pass3.c')
-rw-r--r-- | bsdfsck/pass3.c | 6 |
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() |