diff options
-rw-r--r-- | bsdfsck/inode.c | 5 |
1 files changed, 1 insertions, 4 deletions
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 <sys/param.h> @@ -48,9 +48,6 @@ static char *rcsid = "$Id: inode.c,v 1.5 1994/10/05 02:51:16 root Exp $"; #include <string.h> #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) |