cvs commit: src/sys/dev/sound/midi sequencer.c src/sys/dev/sound/pcm sound.h

Ed Schouten ed at FreeBSD.org
Tue Aug 19 19:45:18 UTC 2008


ed          2008-08-19 19:45:08 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/sound/midi   sequencer.c 
    sys/dev/sound/pcm    sound.h 
  Log:
  SVN rev 181874 on 2008-08-19 19:45:08Z by ed
  
  Don't include <sys/tty.h> in our sound layer. It is not needed.
  
  The PCM's sound.h file only seems to include <sys/tty.h>, because
  channel_if seems to require selinfo. Just replace it with
  <sys/selinfo.h>.
  
  There's no real problem with including <sys/tty.h> here, even with
  MPSAFE TTY, but <sys/tty.h> is something that should be used by the TTY
  layer, its driver and code that integrated it with the process tree.
  
  Revision  Changes    Path
  1.29      +0 -1      src/sys/dev/sound/midi/sequencer.c
  1.79      +1 -1      src/sys/dev/sound/pcm/sound.h


More information about the cvs-src mailing list