Date: Sat, 9 Dec 1995 00:34:17 -0800 (PST) From: Bill Paul <wpaul> To: CVS-committers, cvs-include Subject: cvs commit: src/include/rpcsvc yp.x Message-ID: <199512090834.AAA04138@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
wpaul 95/12/09 00:34:15 Modified: include/rpcsvc yp.x Log: *sigh* Yet another bogosity: the YPPROC_FIRST procedure is listed as taking an argument of type ypresp_key. This is incorrect: it should be ypresp_nokey. (yp_first() is supposed to return the first key in a given map; the server doesn't need any client-specified key to handle such a request.) Revision Changes Path 1.3 +5 -2 src/include/rpcsvc/yp.x
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199512090834.AAA04138>