commit ddad68003a1b070d6955ae737c834cd3267d3ead
Author: Sascha Wildner <[email protected]>
Date: Mon Oct 3 14:08:15 2016 +0200
Split out <sys/_termios.h> for struct termios and the flags.
termios.h includes it and has the C library interface.
Similar to what FreeBSD did. No functional change.
Summary of changes:
sys/sys/{termios.h => _termios.h} | 139 +++++++--------------------
sys/sys/termios.h | 194 +-------------------------------------
2 files changed, 36 insertions(+), 297 deletions(-)
copy sys/sys/{termios.h => _termios.h} (68%)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/ddad68003a1b070d6955ae737c834cd3267d3ead
--
DragonFly BSD source repository