On Tue, Dec 19, 2000 at 09:45:05AM -0800, Alfred Perlstein wrote:
> See the sigaction manpage and how one enable/disables system call
> restarts.
He is setting the signal handler with signal(), which calls
sigaction() without the SA_RESTART flag set, so it seems that should
interrupt recvfrom().
It is possible that something is calling siginterrupt() somewhere
which changes what signal() does?
David.
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message