From owner-cvs-libexec Mon Dec 23 10:15:48 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id KAA13031 for cvs-libexec-outgoing; Mon, 23 Dec 1996 10:15:48 -0800 (PST) Received: (from wpaul@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id KAA13024; Mon, 23 Dec 1996 10:15:46 -0800 (PST) Date: Mon, 23 Dec 1996 10:15:46 -0800 (PST) From: Bill Paul Message-Id: <199612231815.KAA13024@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-libexec Subject: cvs commit: src/libexec/ypxfr ypxfr_extern.h Sender: owner-cvs-libexec@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk wpaul 96/12/23 10:15:45 Modified: libexec/ypxfr ypxfr_extern.h Log: Change declaration of yp_errno from int to enum ypstat so that it matches what's in ypserv/yp_extern.h (which I changed when I added the async DNS stuff). The conflict broke the build of rpc.yppasswdd. Pointed out by: bde Revision Changes Path 1.4 +3 -2 src/libexec/ypxfr/ypxfr_extern.h