summaryrefslogtreecommitdiff
path: root/bsdfsck
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
commit51879167634d0881ae6fba2208e7b7d5f824e913 (patch)
treeab8aee0678d06810887fb1aaa2ad53c0dca97c10 /bsdfsck
parent4861b7c4e083ac80712404662fee0accfd7dbb70 (diff)
Formerly fsck.h.~4~
Diffstat (limited to 'bsdfsck')
-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 */