From owner-freebsd-commit Sat Dec 9 00:36:10 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id AAA04295 for freebsd-commit-outgoing; Sat, 9 Dec 1995 00:36:10 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id AAA04192 for cvs-all-outgoing; Sat, 9 Dec 1995 00:34:41 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id AAA04177 for cvs-include-outgoing; Sat, 9 Dec 1995 00:34:35 -0800 (PST) Received: (from wpaul@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id AAA04138 Sat, 9 Dec 1995 00:34:17 -0800 (PST) Date: Sat, 9 Dec 1995 00:34:17 -0800 (PST) From: Bill Paul Message-Id: <199512090834.AAA04138@freefall.freebsd.org> To: CVS-committers, cvs-include Subject: cvs commit: src/include/rpcsvc yp.x Sender: owner-commit@FreeBSD.ORG Precedence: bulk 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