From owner-freebsd-commit Thu Dec 14 19:40:04 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id TAA18298 for freebsd-commit-outgoing; Thu, 14 Dec 1995 19:40:04 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id TAA18251 for cvs-all-outgoing; Thu, 14 Dec 1995 19:39:53 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id TAA18235 for cvs-usrbin-outgoing; Thu, 14 Dec 1995 19:39:50 -0800 (PST) Received: (from wpaul@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id TAA18226 Thu, 14 Dec 1995 19:39:48 -0800 (PST) Date: Thu, 14 Dec 1995 19:39:48 -0800 (PST) From: Bill Paul Message-Id: <199512150339.TAA18226@freefall.freebsd.org> To: CVS-committers, cvs-usrbin Subject: cvs commit: src/usr.bin/ypwhich ypwhich.c Sender: owner-commit@FreeBSD.ORG Precedence: bulk wpaul 95/12/14 19:39:47 Modified: usr.sbin/ypbind ypbind.c usr.sbin/ypset ypset.c usr.bin/ypwhich ypwhich.c Log: More XDR routine cleanups. These three programs should be the only ones that require this: the others call the yplib functions in libc. Revision Changes Path 1.18 +46 -34 src/usr.sbin/ypbind/ypbind.c 1.3 +10 -6 src/usr.sbin/ypset/ypset.c 1.7 +9 -8 src/usr.bin/ypwhich/ypwhich.c