From owner-freebsd-current Wed Feb 19 20:04:42 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id UAA14364 for current-outgoing; Wed, 19 Feb 1997 20:04:42 -0800 (PST) Received: from hq.icb.chel.su (hq.icb.chel.su [193.125.10.33]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id UAA14341 for ; Wed, 19 Feb 1997 20:04:14 -0800 (PST) Received: (babkin@localhost) by hq.icb.chel.su (8.8.3/8.6.5) id IAA21502; Thu, 20 Feb 1997 08:57:48 +0500 (ESK) From: "Serge A. Babkin" Message-Id: <199702200357.IAA21502@hq.icb.chel.su> Subject: Re: dinode.h bug ? To: bde@zeta.org.au (Bruce Evans) Date: Thu, 20 Feb 1997 08:57:47 +0500 (ESK) Cc: current@freebsd.org In-Reply-To: <199702191650.DAA29952@godzilla.zeta.org.au> from "Bruce Evans" at Feb 20, 97 03:50:33 am X-Mailer: ELM [version 2.4 PL23] Content-Type: text 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. But the kernel refuses from being compiled too. Did it not merged yet too ? -SB