From 9fb187a4b5828861c1dca142e1d79247cebda9b5 Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Wed, 24 Aug 1994 15:11:56 +0000 Subject: entered into RCS --- bsdfsck/pass2.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'bsdfsck') 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 @@ -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; -- cgit v1.2.3