Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 15 Sep 2002 01:21:14 -0700 (PDT)
From:      Bruce Evans <bde@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/dev/sound/pcm sound.h
Message-ID:  <200209150821.g8F8LExY062672@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
bde         2002/09/15 01:21:14 PDT

  Modified files:
    sys/dev/sound/pcm    sound.h 
  Log:
  Fixed breakage from removing the used include of <sys/buf.h> in the
  previous commit:
  Include <sys/mutex.h> and its prerequisite <sys/lock.h> instead of
  depending on namespace pollution in <sys/buf.h>.  Only do this in the
  __FreeBSD_version > 500000 case although the __FreeBSD_version < 500000
  case has already rotted.
  
  Revision  Changes    Path
  1.48      +3 -0      src/sys/dev/sound/pcm/sound.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?200209150821.g8F8LExY062672>