git: Remove some old tty related code, such as <sgtty.h>, old ioctls etc.
Sascha Wildner
swildner at crater.dragonflybsd.org
Wed Apr 18 09:50:21 PDT 2018
commit dc06fccac77e846cfaa37e1551a9aaf602993180
Author: Sascha Wildner <saw at online.de>
Date: Wed Apr 18 18:49:47 2018 +0200
Remove some old tty related code, such as <sgtty.h>, old ioctls etc.
It is replaced by POSIX termios on modern systems. Also, remove related
code in libcompat.
<sys/ioctl_compat.h> is now just a few lines. This header will eventually
be removed completely.
Two ports, devel/xxgdb and editors/aee, were still using <sgtty.h> and
have since been fixed. But let's bump __DragonFly_version anyway.
Dports-checking-and-fixing: zrj
Summary of changes:
Makefile_upgrade.inc | 5 ++
include/Makefile | 5 +-
include/sgtty.h | 35 -------------
lib/libcompat/4.1/gtty.c | 49 -------------------
lib/libcompat/4.1/stty.3 | 95 ------------------------------------
lib/libcompat/4.1/stty.c | 49 -------------------
lib/libcompat/Makefile | 9 +---
sys/sys/ioctl.h | 11 -----
sys/sys/ioctl_compat.h | 124 +----------------------------------------------
sys/sys/param.h | 3 +-
sys/sys/ttychars.h | 62 ------------------------
sys/sys/ttydev.h | 60 -----------------------
12 files changed, 12 insertions(+), 495 deletions(-)
delete mode 100644 include/sgtty.h
delete mode 100644 lib/libcompat/4.1/gtty.c
delete mode 100644 lib/libcompat/4.1/stty.3
delete mode 100644 lib/libcompat/4.1/stty.c
delete mode 100644 sys/sys/ttychars.h
delete mode 100644 sys/sys/ttydev.h
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/dc06fccac77e846cfaa37e1551a9aaf602993180
--
DragonFly BSD source repository
More information about the Commits
mailing list