K 10 svn:author V 8 sheldonh K 8 svn:date V 27 2002-02-05T15:20:02.000000Z K 7 svn:log V 272 Don't use non-signal-safe functions (exit(3) in this case) in signal handlers. In this case, use _exit(2) instead, following the call to shutdown(2). This fixes rare telnetd hangs. PR: misc/33672 Submitted by: Umesh Krishnaswamy MFC after: 1 month END