git: Move <sys/termios.h> to <termios.h>.

Sascha Wildner swildner at crater.dragonflybsd.org
Sun Mar 31 11:38:06 PDT 2019


commit 5c08cc459b33e81e87b1895e5953ec5e3edf3500
Author: Sascha Wildner <saw at online.de>
Date:   Sun Mar 31 20:37:28 2019 +0200

    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.

Summary of changes:
 Makefile_upgrade.inc           |  1 +
 include/Makefile               |  5 ++---
 {sys/sys => include}/termios.h | 10 +++-------
 sys/conf/kern.fwd.mk           |  3 +--
 sys/sys/_termios.h             |  4 ++++
 sys/sys/param.h                |  3 ++-
 sys/sys/tty.h                  | 17 +++++------------
 7 files changed, 18 insertions(+), 25 deletions(-)
 rename {sys/sys => include}/termios.h (95%)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/5c08cc459b33e81e87b1895e5953ec5e3edf3500


-- 
DragonFly BSD source repository


More information about the Commits mailing list