diff options
| author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1999-08-09 07:51:03 +0000 |
|---|---|---|
| committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1999-08-09 07:51:03 +0000 |
| commit | ef4aaceaa0bcdaa2dd548f53f5c492f7f7d6ba8b (patch) | |
| tree | d245156823e4975fc05530490ed5c2b54924a55c | |
| parent | 1cd5e91532edf58961900d7d59cd3299a0036f41 (diff) | |
Notes
| -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 3af313e6de1d..a1d0e662126d 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 |
