summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1994-10-05 17:05:30 +0000
committerMichael I. Bushnell <mib@gnu.org>1994-10-05 17:05:30 +0000
commit4e6cffecfc689ff6f77028d9905baafeb97ba735 (patch)
tree5dfc3f359fd6717a5c5ef7057c851489857044ad
parentbd4311939201c82532ac1a7ba6d40235fbc456bf (diff)
entered into RCS
-rw-r--r--bsdfsck/inode.c5
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)