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 | 5c1d004358eaba456315d5d69b0f4d55b96db033 (patch) | |
tree | 72c5876293e84ce0c8de281f836bbc744f24ecd3 /bsdfsck | |
parent | 54f2ffba7061d3b720779a946886c472595790d2 (diff) |
entered into RCS
Diffstat (limited to 'bsdfsck')
-rw-r--r-- | bsdfsck/pass1b.c | 6 | ||||
-rw-r--r-- | bsdfsck/pass3.c | 6 | ||||
-rw-r--r-- | bsdfsck/pass4.c | 6 |
3 files changed, 9 insertions, 9 deletions
diff --git a/bsdfsck/pass1b.c b/bsdfsck/pass1b.c index d40e2254..f5aadc06 100644 --- a/bsdfsck/pass1b.c +++ b/bsdfsck/pass1b.c @@ -33,13 +33,13 @@ #ifndef lint /*static char sccsid[] = "from: @(#)pass1b.c 8.1 (Berkeley) 6/5/93";*/ -static char *rcsid = "$Id: pass1b.c,v 1.1 1994/08/23 19:29:23 mib Exp $"; +static char *rcsid = "$Id: pass1b.c,v 1.2 1994/08/23 20:01:24 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" 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() diff --git a/bsdfsck/pass4.c b/bsdfsck/pass4.c index b7623f4e..449c96ab 100644 --- a/bsdfsck/pass4.c +++ b/bsdfsck/pass4.c @@ -33,13 +33,13 @@ #ifndef lint /*static char sccsid[] = "from: @(#)pass4.c 8.1 (Berkeley) 6/5/93";*/ -static char *rcsid = "$Id: pass4.c,v 1.1 1994/08/23 19:29:24 mib Exp $"; +static char *rcsid = "$Id: pass4.c,v 1.2 1994/08/23 20:02:28 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 <stdlib.h> #include <string.h> #include "fsck.h" |