From 0065fe67e96993bcb24d280635db0a6b78675a11 Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Fri, 16 Sep 1994 14:56:55 +0000 Subject: Formerly fsck.h.~8~ --- bsdfsck/fsck.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3