From owner-cvs-sys Tue Apr 1 00:02:08 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id AAA17791 for cvs-sys-outgoing; Tue, 1 Apr 1997 00:02:08 -0800 (PST) Received: (from bde@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id AAA17782; Tue, 1 Apr 1997 00:02:02 -0800 (PST) Date: Tue, 1 Apr 1997 00:02:02 -0800 (PST) From: Bruce Evans Message-Id: <199704010802.AAA17782@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/ufs/ufs inode.h Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 97/04/01 00:02:02 Modified: sys/ufs/ufs inode.h Log: Removed nested include of . Use the pre-Lite2 hack of defining doff_t both here and in so that this file is independent of . It still has old prerequisites and , and a new Lite2 prerequisite of , sigh. This might fix lsof, which was broken by namespace pollution giving conflicting definitions of DIRBLKSIZ. Revision Changes Path 1.14 +6 -2 src/sys/ufs/ufs/inode.h