cvs commit: src/sys/dev/kbd kbd.c src/sys/dev/kbdmux kbdmux.c
src/sys/dev/usb ugen.c uhid.c
Ed Schouten
ed at FreeBSD.org
Thu Jul 24 09:54:37 UTC 2008
ed 2008-07-24 09:54:10 UTC
FreeBSD src repository
Modified files:
sys/dev/kbd kbd.c
sys/dev/kbdmux kbdmux.c
sys/dev/usb ugen.c uhid.c
Log:
SVN rev 180777 on 2008-07-24 09:54:10Z by ed
Don't include <sys/tty.h> in non-TTY drivers.
The kbd, kbdmux, ugen and uhid drivers included <sys/tty.h>, because
they needed clists, which have been moved to <sys/clist.h> some time
ago. In the MPSAFE TTY branch, <sys/tty.h> does not include
<sys/clist.h>, which means we have to teach these drivers to include
this header file directly.
Approved by: philip (mentor, implicit)
Revision Changes Path
1.48 +2 -1 src/sys/dev/kbd/kbd.c
1.17 +1 -1 src/sys/dev/kbdmux/kbdmux.c
1.112 +1 -1 src/sys/dev/usb/ugen.c
1.97 +2 -1 src/sys/dev/usb/uhid.c
More information about the cvs-src
mailing list