diff options
| author | Michael I. Bushnell <mib@gnu.org> | 1994-08-23 20:02:44 +0000 |
|---|---|---|
| committer | Michael I. Bushnell <mib@gnu.org> | 1994-08-23 20:02:44 +0000 |
| commit | 8d585b0e63babb0788896123ef287c8b77237c75 (patch) | |
| tree | e47711f475f787620a27502a5d4f740164e00759 | |
| parent | a3264de7fef6cc1a7054fa3c18427ddf069467f5 (diff) | |
Formerly pass5.c.~2~
| -rw-r--r-- | bsdfsck/pass5.c | 6 |
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" |
