From owner-freebsd-commit Sun Apr 2 10:03:02 1995 Return-Path: commit-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id KAA04570 for commit-outgoing; Sun, 2 Apr 1995 10:03:02 -0700 Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id KAA04557 for cvs-gnu-outgoing; Sun, 2 Apr 1995 10:02:57 -0700 Received: (from wpaul@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id KAA04529; Sun, 2 Apr 1995 10:01:33 -0700 Date: Sun, 2 Apr 1995 10:01:33 -0700 From: Bill Paul Message-Id: <199504021701.KAA04529@freefall.cdrom.com> To: CVS-commiters, cvs-gnu Subject: cvs commit: src/gnu/libexec/ypxfr yp_xdr.c Sender: commit-owner@FreeBSD.org Precedence: bulk wpaul 95/04/02 10:01:32 Modified: gnu/libexec/ypxfr yp_xdr.c Log: Removed code from yp_xdr.c module that now lives in libc. (Unfortunately, ypxfr can't easily be reduced down to one file like yppush because it needs to do certain special things (such as binding to a specific machine (the NIS master)) which the yp_*() functions in libc don't allow.