Back out previous commit - it's not necessary now that tty.h properly includes

the queue macros.
This commit is contained in:
Jordan K. Hubbard 1999-08-09 07:51:03 +00:00
parent 1cd5e91532
commit ef4aaceaa0

View File

@ -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