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:41:27
Module Name:	src
Committed By:	christos
Date:		Fri Sep  9 15:41:27 UTC 2005

Modified Files:
	src/lib/libc/rpc: clnt_bcast.c clnt_vc.c svc.c svc_vc.c

Log Message:
Convert the rest of the code to use pollts for consistency. XXX: We should
really use kqueue.


To generate a diff of this commit:
cvs rdiff -r1.13 -r1.14 src/lib/libc/rpc/clnt_bcast.c
cvs rdiff -r1.11 -r1.12 src/lib/libc/rpc/clnt_vc.c
cvs rdiff -r1.24 -r1.25 src/lib/libc/rpc/svc.c
cvs rdiff -r1.12 -r1.13 src/lib/libc/rpc/svc_vc.c

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