summaryrefslogtreecommitdiff
path: root/bsdfsck/pass2.c
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1994-08-24 15:11:56 +0000
committerMichael I. Bushnell <mib@gnu.org>1994-08-24 15:11:56 +0000
commit9fb187a4b5828861c1dca142e1d79247cebda9b5 (patch)
treede68be161c92daa8e833a4df052adb522c13ba5a /bsdfsck/pass2.c
parent57198896a2fb399ffd7cd900d2bbd237742f11ba (diff)
entered into RCS
Diffstat (limited to 'bsdfsck/pass2.c')
-rw-r--r--bsdfsck/pass2.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/bsdfsck/pass2.c b/bsdfsck/pass2.c
index 8d03b734..184106c1 100644
--- a/bsdfsck/pass2.c
+++ b/bsdfsck/pass2.c
@@ -33,7 +33,7 @@
#ifndef lint
/*static char sccsid[] = "from: @(#)pass2.c 8.2 (Berkeley) 2/27/94";*/
-static char *rcsid = "$Id: pass2.c,v 1.2 1994/08/23 20:17:45 mib Exp $";
+static char *rcsid = "$Id: pass2.c,v 1.3 1994/08/24 15:11:56 mib Exp $";
#endif /* not lint */
#include <sys/param.h>
@@ -96,8 +96,8 @@ pass2()
dp->di_mode &= ~IFMT;
dp->di_mode |= IFDIR;
#else
- dp->dp_model &= ~IFMT;
- dp->dp_model |= IFDIR;
+ dp->di_model &= ~IFMT;
+ dp->di_model |= IFDIR;
#endif
inodirty();
break;