summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1994-09-16 14:56:55 +0000
committerMichael I. Bushnell <mib@gnu.org>1994-09-16 14:56:55 +0000
commit0065fe67e96993bcb24d280635db0a6b78675a11 (patch)
tree73a9e630a1bfd962d7cb57f8eb32f5635c4794b6
parente4624b4e1f1447dfc81b2c294170c76ae7dd8c15 (diff)
Formerly fsck.h.~8~
-rw-r--r--bsdfsck/fsck.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/bsdfsck/fsck.h b/bsdfsck/fsck.h
index c2768e9b..ea6da35a 100644
--- a/bsdfsck/fsck.h
+++ b/bsdfsck/fsck.h
@@ -31,11 +31,14 @@
* SUCH DAMAGE.
*
* from: @(#)fsck.h 8.1 (Berkeley) 6/5/93
- * $Id: fsck.h,v 1.7 1994/09/01 18:50:58 mib Exp $
+ * $Id: fsck.h,v 1.8 1994/09/16 14:56:55 mib Exp $
*/
/* Begin GNU Hurd */
+/* GNU ufs doesn't define struct direct, but fsck needs it. */
+#define direct directory_entry
+
/* For GNU Hurd: the ufs DIRSIZ macro is different than the BSD
4.4 version that fsck expects. So we provide here the BSD version. */
#undef DIRSIZ