Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 27 Aug 2002 22:14:55 -0700 (PDT)
From:      Bruce Evans <bde@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/sys lock.h
Message-ID:  <200208280514.g7S5Et15075872@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
bde         2002/08/27 22:14:55 PDT

  Modified files:
    sys/sys              lock.h 
  Log:
  Forward declare struct thread so that this header doesn't depend on its
  own namespace pollution/compatibility cruft.
  
  Removed the main part of the pollution.  All clients have been converted
  to either not depend on getting old locking interfaces from this new
  locking header, or usual case to get it from another header (typically
  vnode.h, where declaring old loccking interfaces is less bogus because
  vnode.h uses them internally).
  
  Revision  Changes    Path
  1.46      +2 -6      src/sys/sys/lock.h

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




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