diff options
| author | Ed Schouten <ed@FreeBSD.org> | 2008-07-16 11:20:04 +0000 |
|---|---|---|
| committer | Ed Schouten <ed@FreeBSD.org> | 2008-07-16 11:20:04 +0000 |
| commit | 94a340ae739130ac11ba895ea9ead0a2c2b26882 (patch) | |
| tree | 8d7a919f0ad558482dfa74adb16eca3e7b2dd6a3 /bin/stty | |
| parent | ca528788b8dd4e8ff02b6012dd85d3fbe10fc0d6 (diff) | |
Notes
Diffstat (limited to 'bin/stty')
| -rw-r--r-- | bin/stty/print.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/bin/stty/print.c b/bin/stty/print.c index cf24d4f46529..30fcbaa1446a 100644 --- a/bin/stty/print.c +++ b/bin/stty/print.c @@ -44,8 +44,6 @@ __FBSDID("$FreeBSD$"); #include "stty.h" #include "extern.h" -#include <sys/ioctl_compat.h> /* XXX NTTYDISC is too well hidden */ - static void binit(const char *); static void bput(const char *); static const char *ccval(struct cchar *, int); @@ -64,9 +62,6 @@ print(struct termios *tp, struct winsize *wp, int ldisc, enum FMT fmt) /* Line discipline. */ if (ldisc != TTYDISC) { switch(ldisc) { - case NTTYDISC: - cnt += printf("new tty disc; "); - break; case SLIPDISC: cnt += printf("slip disc; "); break; |
