summaryrefslogtreecommitdiff
path: root/usr.sbin/pstat
diff options
context:
space:
mode:
authorEd Schouten <ed@FreeBSD.org>2008-07-16 11:20:04 +0000
committerEd Schouten <ed@FreeBSD.org>2008-07-16 11:20:04 +0000
commit94a340ae739130ac11ba895ea9ead0a2c2b26882 (patch)
tree8d7a919f0ad558482dfa74adb16eca3e7b2dd6a3 /usr.sbin/pstat
parentca528788b8dd4e8ff02b6012dd85d3fbe10fc0d6 (diff)
downloadsrc-test2-94a340ae739130ac11ba895ea9ead0a2c2b26882.tar.gz
src-test2-94a340ae739130ac11ba895ea9ead0a2c2b26882.zip
Notes
Diffstat (limited to 'usr.sbin/pstat')
-rw-r--r--usr.sbin/pstat/pstat.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/usr.sbin/pstat/pstat.c b/usr.sbin/pstat/pstat.c
index b3e55a89c26c..a15292b78ef2 100644
--- a/usr.sbin/pstat/pstat.c
+++ b/usr.sbin/pstat/pstat.c
@@ -54,7 +54,6 @@ __FBSDID("$FreeBSD$");
#include <sys/stat.h>
#include <sys/stdint.h>
#include <sys/ioctl.h>
-#include <sys/ioctl_compat.h> /* XXX NTTYDISC is too well hidden */
#include <sys/tty.h>
#include <sys/blist.h>
@@ -367,9 +366,6 @@ ttyprt(struct xtty *xt)
case TTYDISC:
(void)printf("term\n");
break;
- case NTTYDISC:
- (void)printf("ntty\n");
- break;
case SLIPDISC:
(void)printf("slip\n");
break;