diff options
author | jkh <jkh@FreeBSD.org> | 1999-08-09 07:51:03 +0000 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1999-08-09 07:51:03 +0000 |
commit | f0f8bd1b55697613d6f80eb5c65838ecc4b246e6 (patch) | |
tree | 7f2074769c1ea76836b6a9ca634113c4a56ab0f4 | |
parent | d643736cfd7f6070788ca29f626b8820852aed6a (diff) | |
download | FreeBSD-src-f0f8bd1b55697613d6f80eb5c65838ecc4b246e6.zip FreeBSD-src-f0f8bd1b55697613d6f80eb5c65838ecc4b246e6.tar.gz |
Back out previous commit - it's not necessary now that tty.h properly includes
the queue macros.
-rw-r--r-- | libexec/telnetd/sys_term.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libexec/telnetd/sys_term.c b/libexec/telnetd/sys_term.c index 3af313e..a1d0e66 100644 --- a/libexec/telnetd/sys_term.c +++ b/libexec/telnetd/sys_term.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)sys_term.c 8.2 (Berkeley) 12/15/93"; #endif static const char rcsid[] = - "$Id: sys_term.c,v 1.21 1999/04/07 08:27:44 brian Exp $"; + "$Id: sys_term.c,v 1.22 1999/08/09 02:19:38 green Exp $"; #endif /* not lint */ #include "telnetd.h" @@ -114,7 +114,6 @@ extern struct sysv sysv; #include <sys/resource.h> #include <sys/proc.h> #endif -#include <sys/queue.h> #include <sys/tty.h> #ifdef t_erase #undef t_erase |