summaryrefslogtreecommitdiff
path: root/bsdfsck/fsck.h
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1994-08-24 15:11:08 +0000
committerMichael I. Bushnell <mib@gnu.org>1994-08-24 15:11:08 +0000
commit57198896a2fb399ffd7cd900d2bbd237742f11ba (patch)
treeb1207541dac09ca89da91d9be4a481c1acf086a0 /bsdfsck/fsck.h
parent87ab315978b44e4fddf2cbcc853cc3e9ba176184 (diff)
Formerly fsck.h.~4~
Diffstat (limited to 'bsdfsck/fsck.h')
-rw-r--r--bsdfsck/fsck.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/bsdfsck/fsck.h b/bsdfsck/fsck.h
index ef0bee8f..9f247804 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.3 1994/08/23 20:07:33 mib Exp $
+ * $Id: fsck.h,v 1.4 1994/08/24 15:11:08 mib Exp $
*/
/* Begin GNU Hurd */
@@ -89,6 +89,7 @@ struct odirtemplate {
/* Provide mode from struct dinode * */
#define DI_MODE(dp) (((dp)->di_modeh << 16) & (dp)->di_model)
+#define NBBY 8
/* End GNU Hurd additions */