summaryrefslogtreecommitdiff
path: root/bsdfsck
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1994-10-05 17:09:06 +0000
committerMichael I. Bushnell <mib@gnu.org>1994-10-05 17:09:06 +0000
commit62142106252c36ee8e966b4b58696a00c9637194 (patch)
tree049315e93e0e03b7f8112f5652ec0b768e614707 /bsdfsck
parent9434cfa0db42a1ad683a3485d2b5a75ad7c67be7 (diff)
entered into RCS
Diffstat (limited to 'bsdfsck')
-rw-r--r--bsdfsck/fsck.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/bsdfsck/fsck.h b/bsdfsck/fsck.h
index 4b95785b..c418f66c 100644
--- a/bsdfsck/fsck.h
+++ b/bsdfsck/fsck.h
@@ -31,7 +31,7 @@
* SUCH DAMAGE.
*
* from: @(#)fsck.h 8.1 (Berkeley) 6/5/93
- * $Id: fsck.h,v 1.9 1994/10/05 17:08:23 mib Exp $
+ * $Id: fsck.h,v 1.10 1994/10/05 17:09:06 mib Exp $
*/
/* Begin GNU Hurd */
@@ -109,7 +109,7 @@ struct odirtemplate {
/* Don't include dirent.h lest we get confused, but we still want this. */
#define IFTODT(mode) (((mode) & 0170000) >> 12)
-#define DT_DIR IFTODT (S_IFDIR)
+#define DT_DIR IFTODT (IFDIR)
/* missing macros */