diff options
author | Michael I. Bushnell <mib@gnu.org> | 1994-08-23 20:00:23 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1994-08-23 20:00:23 +0000 |
commit | f1424cf76d282077449897e0188a5badd56f1664 (patch) | |
tree | cb9663d42a4aba22887f91dacb867b4b2c3ed6b9 /bsdfsck/main.c | |
parent | 752921f3d206f80f2f3a1436a32a98a7be81b0b5 (diff) |
Formerly main.c.~2~
Diffstat (limited to 'bsdfsck/main.c')
-rw-r--r-- | bsdfsck/main.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/bsdfsck/main.c b/bsdfsck/main.c index e8f952a1..609cad6b 100644 --- a/bsdfsck/main.c +++ b/bsdfsck/main.c @@ -39,14 +39,14 @@ static char copyright[] = #ifndef lint /*static char sccsid[] = "from: @(#)main.c 8.2 (Berkeley) 1/23/94";*/ -static char *rcsid = "$Id: main.c,v 1.1 1994/08/23 19:29:22 mib Exp $"; +static char *rcsid = "$Id: main.c,v 1.2 1994/08/23 20:00:23 mib Exp $"; #endif /* not lint */ #include <sys/param.h> #include <sys/time.h> #include <sys/mount.h> -#include <ufs/ufs/dinode.h> -#include <ufs/ffs/fs.h> +#include "../ufs/dinode.h" +#include "../ufs/fs.h" #include <fstab.h> #include <stdlib.h> #include <string.h> |