diff options
Diffstat (limited to 'bsdfsck/pass4.c')
-rw-r--r-- | bsdfsck/pass4.c | 6 |
1 files changed, 3 insertions, 3 deletions
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" |