> Why does the alarm go off but not interrupt the system call? bzzt() is > executed, but the program doesn't print Done and exit for a minute plus. > > Pointers to FM to RT welcome.
The system call is being interrupted, it just gets restarted right away by default. See Steven's "UNIX Network Programming" for a means of avoiding this behavior. To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

