From owner-cvs-usrsbin Mon Dec 30 07:31:33 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id HAA02206 for cvs-usrsbin-outgoing; Mon, 30 Dec 1996 07:31:33 -0800 (PST) Received: (from peter@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id HAA02186; Mon, 30 Dec 1996 07:31:29 -0800 (PST) Date: Mon, 30 Dec 1996 07:31:29 -0800 (PST) From: Peter Wemm Message-Id: <199612301531.HAA02186@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrsbin Subject: cvs commit: src/usr.sbin/ypbind ypbind.c Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk peter 96/12/30 07:31:29 Modified: usr.sbin/ypbind ypbind.c Log: Fix problem caused by new prototypes. Cast object to (caddr_t) as expected. Revision Changes Path 1.19 +2 -2 src/usr.sbin/ypbind/ypbind.c