From owner-freebsd-commit Fri Jan 26 10:21:09 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id KAA15844 for freebsd-commit-outgoing; Fri, 26 Jan 1996 10:21:09 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id KAA15826 for cvs-all-outgoing; Fri, 26 Jan 1996 10:21:02 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id KAA15816 for cvs-usrsbin-outgoing; Fri, 26 Jan 1996 10:20:59 -0800 (PST) Received: (from wpaul@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id KAA15809 Fri, 26 Jan 1996 10:20:58 -0800 (PST) Date: Fri, 26 Jan 1996 10:20:58 -0800 (PST) From: Bill Paul Message-Id: <199601261820.KAA15809@freefall.freebsd.org> To: CVS-committers, cvs-usrsbin Subject: cvs commit: src/usr.sbin/ypserv yp_error.c Sender: owner-commit@FreeBSD.ORG Precedence: bulk wpaul 96/01/26 10:20:57 Modified: usr.sbin/ypserv yp_error.c Log: Change private version of verr() to __verr() and make it static to avoid potential clash with library function of the same name. Revision Changes Path 1.2 +3 -3 src/usr.sbin/ypserv/yp_error.c