summaryrefslogtreecommitdiff
path: root/bsdfsck
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1994-08-23 20:03:11 +0000
committerMichael I. Bushnell <mib@gnu.org>1994-08-23 20:03:11 +0000
commitd76c940cfcc3522fdadb035888447e2a2eab37ab (patch)
treef9c40d190c6ca90d835bcde32ae7c6a5a4c36b6d /bsdfsck
parent8d585b0e63babb0788896123ef287c8b77237c75 (diff)
Formerly setup.c.~2~
Diffstat (limited to 'bsdfsck')
-rw-r--r--bsdfsck/setup.c6
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>