mirror of
https://github.com/opnsense/src.git
synced 2026-02-21 00:40:33 -05:00
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) |
||
|---|---|---|
| .. | ||
| kbdmux.c | ||