Subject: CVS commit: src/lib/libc/rpc
To: None <source-changes@NetBSD.org>
From: Christos Zoulas <christos@netbsd.org>
List: source-changes
Date: 09/09/2005 15:40:49
Module Name:	src
Committed By:	christos
Date:		Fri Sep  9 15:40:49 UTC 2005

Modified Files:
	src/lib/libc/rpc: clnt_dg.c

Log Message:
PR/31264: Mark Davies: rup not interruptable
The cause of this is that in the re-entrant case we block all signals until
we timeout. Convert this to use pollts and then grab the pending signals
and sigsuspend them.
XXX: We should really convert this to use kqueue, like FreeBSD did.


To generate a diff of this commit:
cvs rdiff -r1.15 -r1.16 src/lib/libc/rpc/clnt_dg.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.