summaryrefslogtreecommitdiff
path: root/libexec
diff options
context:
space:
mode:
authorJeroen Ruigrok van der Werven <asmodai@FreeBSD.org>2000-05-16 08:44:56 +0000
committerJeroen Ruigrok van der Werven <asmodai@FreeBSD.org>2000-05-16 08:44:56 +0000
commit17e87df543661d0fed282bd15f0b133fc3802b52 (patch)
treefb961ac091e6b3928942a236e10cc1ee30f32640 /libexec
parent33e89f27e9754e92490dc6fe117ba462e2f28003 (diff)
Notes
Diffstat (limited to 'libexec')
-rw-r--r--libexec/rshd/rshd.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/libexec/rshd/rshd.c b/libexec/rshd/rshd.c
index cdc2ce14ea19..666182b00a25 100644
--- a/libexec/rshd/rshd.c
+++ b/libexec/rshd/rshd.c
@@ -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