aboutsummaryrefslogtreecommitdiff
path: root/libexec/telnetd
diff options
context:
space:
mode:
authorSheldon Hearn <sheldonh@FreeBSD.org>2002-02-05 15:20:02 +0000
committerSheldon Hearn <sheldonh@FreeBSD.org>2002-02-05 15:20:02 +0000
commitfa3e900453f82c6c04fe01eafca419a13bf388b7 (patch)
tree355b7d62a2c23bcd0453c0d88f4cc13157a71054 /libexec/telnetd
parentcc9f4eb939b79543e782673d51728c85aa97cdd3 (diff)
Notes
Diffstat (limited to 'libexec/telnetd')
-rw-r--r--libexec/telnetd/sys_term.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libexec/telnetd/sys_term.c b/libexec/telnetd/sys_term.c
index 3d9e091b5e49..089b0dbf39d1 100644
--- a/libexec/telnetd/sys_term.c
+++ b/libexec/telnetd/sys_term.c
@@ -1180,5 +1180,5 @@ cleanup(int sig __unused)
(void)chmod(line, 0666);
(void)chown(line, 0, 0);
(void) shutdown(net, 2);
- exit(1);
+ _exit(1);
}