git: Split out <sys/_termios.h> for struct termios and the flags.
Sascha Wildner
swildner at crater.dragonflybsd.org
Mon Oct 3 05:08:37 PDT 2016
commit ddad68003a1b070d6955ae737c834cd3267d3ead
Author: Sascha Wildner <saw at online.de>
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
More information about the Commits
mailing list