Date: Tue, 19 Aug 2008 19:45:08 +0000 (UTC) From: Ed Schouten <ed@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/sound/midi sequencer.c src/sys/dev/sound/pcm sound.h Message-ID: <200808191945.m7JJjHrK082941@repoman.freebsd.org>
index | next in thread | raw e-mail
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
help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200808191945.m7JJjHrK082941>
