From 4e6cffecfc689ff6f77028d9905baafeb97ba735 Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Wed, 5 Oct 1994 17:05:30 +0000 Subject: entered into RCS --- bsdfsck/inode.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'bsdfsck/inode.c') diff --git a/bsdfsck/inode.c b/bsdfsck/inode.c index 293b69c8..7b48aef6 100644 --- a/bsdfsck/inode.c +++ b/bsdfsck/inode.c @@ -33,7 +33,7 @@ #ifndef lint /*static char sccsid[] = "from: @(#)inode.c 8.4 (Berkeley) 4/18/94";*/ -static char *rcsid = "$Id: inode.c,v 1.5 1994/10/05 02:51:16 root Exp $"; +static char *rcsid = "$Id: inode.c,v 1.6 1994/10/05 17:05:30 mib Exp $"; #endif /* not lint */ #include @@ -48,9 +48,6 @@ static char *rcsid = "$Id: inode.c,v 1.5 1994/10/05 02:51:16 root Exp $"; #include #include "fsck.h" -/* Don't include dirent.h lest we get confused, but we still want this. */ -#define IFTODT(mode) (((mode) & 0170000) >> 12) - static ino_t startinum; ckinode(dp, idesc) -- cgit v1.2.3