summaryrefslogtreecommitdiffstats
path: root/sys/sys/ttycom.h
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2004-06-25 21:54:49 +0000
committerphk <phk@FreeBSD.org>2004-06-25 21:54:49 +0000
commit11df1584ae15736918cef13e80572554a7f4e557 (patch)
tree9ca414fa605246ef3e7b50f069137a32cc4b9641 /sys/sys/ttycom.h
parent2c69c72b782987c2f5dd4ba96c0cb696e7d18fbb (diff)
downloadFreeBSD-src-11df1584ae15736918cef13e80572554a7f4e557.zip
FreeBSD-src-11df1584ae15736918cef13e80572554a7f4e557.tar.gz
Retire the TIOC_REMOTE ioctl.
It was added 22 years ago for emacs to use, but emacs gave up on it it 17 years ago.
Diffstat (limited to 'sys/sys/ttycom.h')
-rw-r--r--sys/sys/ttycom.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/sys/ttycom.h b/sys/sys/ttycom.h
index 244fd1d..07db4ec 100644
--- a/sys/sys/ttycom.h
+++ b/sys/sys/ttycom.h
@@ -112,7 +112,6 @@ struct winsize {
#define TIOCM_CD TIOCM_DCD
#define TIOCM_CAR TIOCM_DCD
#define TIOCM_RNG TIOCM_RI
-#define TIOCREMOTE _IOW('t', 105, int) /* remote input editing */
#define TIOCGWINSZ _IOR('t', 104, struct winsize) /* get window size */
#define TIOCSWINSZ _IOW('t', 103, struct winsize) /* set window size */
#define TIOCUCNTL _IOW('t', 102, int) /* pty: set/clr usr cntl mode */
OpenPOWER on IntegriCloud