diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 1998-07-27 15:29:30 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 1998-07-27 15:29:30 +0000 |
commit | 442aa9b9fa7071206874f4edcc3c2b26f7664aef (patch) | |
tree | 4278c71d6b669f572c1afe51b56a0187b415c71a /usr.bin/telnet | |
parent | 5b85e29190e639e108d0cd3a937bd53d646052a8 (diff) |
don't include term.h
Diffstat (limited to 'usr.bin/telnet')
-rw-r--r-- | usr.bin/telnet/telnet.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/telnet/telnet.c b/usr.bin/telnet/telnet.c index 379192f9e55..5fc6e00b1f8 100644 --- a/usr.bin/telnet/telnet.c +++ b/usr.bin/telnet/telnet.c @@ -1,4 +1,4 @@ -/* $OpenBSD: telnet.c,v 1.5 1998/05/15 03:16:43 art Exp $ */ +/* $OpenBSD: telnet.c,v 1.6 1998/07/27 15:29:29 millert Exp $ */ /* $NetBSD: telnet.c,v 1.7 1996/02/28 21:04:15 thorpej Exp $ */ /* @@ -35,7 +35,6 @@ */ #include "telnet_locl.h" -#include <term.h> #define strip(x) (eight ? (x) : ((x) & 0x7f)) |