Move <sys/termios.h> to <termios.h>.
authorSascha Wildner <saw@online.de>
Sun, 31 Mar 2019 18:37:28 +0000 (20:37 +0200)
committerSascha Wildner <saw@online.de>
Sun, 31 Mar 2019 18:37:47 +0000 (20:37 +0200)
commit5c08cc459b33e81e87b1895e5953ec5e3edf3500
treec53309d2c0ffdc7c013e63cdaba9648b9bcaac0d
parent5812c3cc7f8e910251a2cf4e78242f0b11a5fb4d
Move <sys/termios.h> to <termios.h>.

CCEQ() is moved to <sys/_termios.h>. The kernel needs nothing else from
it.

The few dports that were including <sys/termios.h> were mostly missing
some kind of "... || defined(__DragonFly__)" to go with FreeBSD's
adjustments.

Thanks to zrj and tuxillo for taking care of dports.
Makefile_upgrade.inc
include/Makefile
include/termios.h [moved from sys/sys/termios.h with 95% similarity]
sys/conf/kern.fwd.mk
sys/sys/_termios.h
sys/sys/param.h
sys/sys/tty.h