cvs commit: src/lib/libc/rpc svc_vc.c
Martin Blapp
mbr at FreeBSD.org
Wed May 28 02:16:36 PDT 2003
mbr 2003/05/28 02:16:35 PDT
FreeBSD src repository
Modified files:
lib/libc/rpc svc_vc.c
Log:
If AF_LOCAL is used, we need to use __msgread_withcred() instead of
just read() in non-blocking mode too. The reason is obvious. NetBSD
uses a complete different way to get the credentials so this patch
only applies to FreeBSD.
Reviewed by: rwatson
Approved by: re
Revision Changes Path
1.18 +6 -1 src/lib/libc/rpc/svc_vc.c
More information about the cvs-src
mailing list