diff options
author | Michael I. Bushnell <mib@gnu.org> | 1994-08-23 20:03:11 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1994-08-23 20:03:11 +0000 |
commit | 0ae40d2fc772df37494f615c683201c347fae27e (patch) | |
tree | dc9516754fa9a66e0de97c0cf2094e32e8e12810 | |
parent | 25533a44cc6a3fe6e4e1c61ba6a8451dd41c8c2b (diff) |
Formerly setup.c.~2~
-rw-r--r-- | bsdfsck/setup.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/bsdfsck/setup.c b/bsdfsck/setup.c index 475192cb..7dd54d52 100644 --- a/bsdfsck/setup.c +++ b/bsdfsck/setup.c @@ -33,14 +33,14 @@ #ifndef lint /*static char sccsid[] = "from: @(#)setup.c 8.2 (Berkeley) 2/21/94";*/ -static char *rcsid = "$Id: setup.c,v 1.1 1994/08/23 19:29:25 mib Exp $"; +static char *rcsid = "$Id: setup.c,v 1.2 1994/08/23 20:03:11 mib Exp $"; #endif /* not lint */ #define DKTYPENAMES #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 <sys/stat.h> #include <sys/ioctl.h> #include <sys/disklabel.h> |