Subject: CVS commit: src/lib/libc/rpc
To: None <source-changes@NetBSD.org>
From: Rui Paulo <rpaulo@netbsd.org>
List: source-changes
Date: 10/13/2005 23:40:08
Module Name:	src
Committed By:	rpaulo
Date:		Thu Oct 13 23:40:08 UTC 2005

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

Log Message:
Use the kqueue(2) framework instead of the poll(2) system call to wait
for replies and timeouts in the conectionless (UDP) RPC client
code. Based on similar changes from FreeBSD in rev 1.15.

Reviewed by Christos Zoulas.


To generate a diff of this commit:
cvs rdiff -r1.17 -r1.18 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.