mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2025-01-11 17:04:19 +01:00
Remove dead debug code.
This also removes a dependency/reference on COMPAT_43.
This commit is contained in:
parent
b952892aa3
commit
2e79759062
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=59748
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user