diff options
| author | Sheldon Hearn <sheldonh@FreeBSD.org> | 2002-02-05 15:20:02 +0000 |
|---|---|---|
| committer | Sheldon Hearn <sheldonh@FreeBSD.org> | 2002-02-05 15:20:02 +0000 |
| commit | fa3e900453f82c6c04fe01eafca419a13bf388b7 (patch) | |
| tree | 355b7d62a2c23bcd0453c0d88f4cc13157a71054 | |
| parent | cc9f4eb939b79543e782673d51728c85aa97cdd3 (diff) | |
Notes
| -rw-r--r-- | contrib/telnet/telnetd/sys_term.c | 2 | ||||
| -rw-r--r-- | crypto/telnet/telnetd/sys_term.c | 2 | ||||
| -rw-r--r-- | libexec/telnetd/sys_term.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/contrib/telnet/telnetd/sys_term.c b/contrib/telnet/telnetd/sys_term.c index 385655d68d3f..419f4fbe2e07 100644 --- a/contrib/telnet/telnetd/sys_term.c +++ b/contrib/telnet/telnetd/sys_term.c @@ -1327,5 +1327,5 @@ cleanup(int sig __unused) (void)chmod(line, 0666); (void)chown(line, 0, 0); (void) shutdown(net, 2); - exit(1); + _exit(1); } diff --git a/crypto/telnet/telnetd/sys_term.c b/crypto/telnet/telnetd/sys_term.c index 385655d68d3f..419f4fbe2e07 100644 --- a/crypto/telnet/telnetd/sys_term.c +++ b/crypto/telnet/telnetd/sys_term.c @@ -1327,5 +1327,5 @@ cleanup(int sig __unused) (void)chmod(line, 0666); (void)chown(line, 0, 0); (void) shutdown(net, 2); - exit(1); + _exit(1); } 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); } |
