Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 1 Apr 1997 00:02:02 -0800 (PST)
From:      Bruce Evans <bde>
To:        CVS-committers, cvs-all, cvs-sys
Subject:   cvs commit:  src/sys/ufs/ufs inode.h
Message-ID:  <199704010802.AAA17782@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
bde         97/04/01 00:02:02

  Modified:    sys/ufs/ufs  inode.h
  Log:
  Removed nested include of <ufs/ufs/dir.h>.  Use the pre-Lite2 hack of
  defining doff_t both here and in <ufs/ufs/dir.h> so that this file
  is independent of <ufs/ufs/dir.h>.  It still has old prerequisites
  <sys/param.h> and <ufs/ufs/quota.h>, and a new Lite2 prerequisite of
  <sys/lock.h>, 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199704010802.AAA17782>