Date: Wed, 28 May 2003 02:16:35 -0700 (PDT) From: Martin Blapp <mbr@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/rpc svc_vc.c Message-ID: <200305280916.h4S9GZjN003971@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200305280916.h4S9GZjN003971>