From owner-freebsd-current Wed Feb 19 08:54:12 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id IAA02078 for current-outgoing; Wed, 19 Feb 1997 08:54:12 -0800 (PST) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.19]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id IAA02064 for ; Wed, 19 Feb 1997 08:54:08 -0800 (PST) Received: (from bde@localhost) by godzilla.zeta.org.au (8.8.3/8.6.9) id DAA29952; Thu, 20 Feb 1997 03:50:33 +1100 Date: Thu, 20 Feb 1997 03:50:33 +1100 From: Bruce Evans Message-Id: <199702191650.DAA29952@godzilla.zeta.org.au> To: babkin@hq.icb.chel.su, current@freebsd.org Subject: Re: dinode.h bug ? Sender: owner-current@freebsd.org X-Loop: FreeBSD.org Precedence: bulk >It seems to me that the /sys/ufs/ufs/dinode.h was missed when >moving to the 4.4BSD inode structure. It still has the old >form of [acm]time fields which prevents most filesystem >utilities from being compiled (dump, fsck etc.). Does >anybody work on this or was it just forgotten ? No, it has the _new_ form of [acm]time fields which prevents most filesystem utilities from being compiled (dump, fsck etc.). The filesystem utilities haven't been merged yet. They haven't really been fixed in this area either. The dinode time fields are incompatible with time_t, so their address shouldn't be passed to ctime() etc. Bruce