Remove dead debug code.

This also removes a dependency/reference on COMPAT_43.
This commit is contained in:
Jeroen Ruigrok van der Werven 2000-04-29 12:02:00 +00:00
parent b952892aa3
commit 2e79759062
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=59748

View File

@ -228,14 +228,6 @@ doit(fromp)
(void) signal(SIGINT, SIG_DFL);
(void) signal(SIGQUIT, SIG_DFL);
(void) signal(SIGTERM, SIG_DFL);
#ifdef DEBUG
{ int t = open(_PATH_TTY, 2);
if (t >= 0) {
ioctl(t, TIOCNOTTY, (char *)0);
(void) close(t);
}
}
#endif
fromp->su_port = ntohs((u_short)fromp->su_port);
if (af != AF_INET
#ifdef INET6