From owner-cvs-src@FreeBSD.ORG Sun Oct 17 19:33:33 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A40DE16A4CE; Sun, 17 Oct 2004 19:33:33 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 97F7F43D5F; Sun, 17 Oct 2004 19:33:33 +0000 (GMT) (envelope-from stefanf@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9HJXXON015625; Sun, 17 Oct 2004 19:33:33 GMT (envelope-from stefanf@repoman.freebsd.org) Received: (from stefanf@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9HJXX0e015624; Sun, 17 Oct 2004 19:33:33 GMT (envelope-from stefanf) Message-Id: <200410171933.i9HJXX0e015624@repoman.freebsd.org> From: Stefan Farfeleder Date: Sun, 17 Oct 2004 19:33:33 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/libexec/ypxfr ypxfr_main.c ypxfr_misc.c src/usr.sbin/rpc.ypupdated yp_dbupdate.c src/usr.sbin/ypbind ypbind.c src/usr.sbin/yppush yppush_main.c src/usr.sbin/ypset ypset.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Oct 2004 19:33:33 -0000 stefanf 2004-10-17 19:33:33 UTC FreeBSD src repository Modified files: libexec/ypxfr ypxfr_main.c ypxfr_misc.c usr.sbin/rpc.yppasswdd yppasswdd_main.c usr.sbin/rpc.ypupdated yp_dbupdate.c usr.sbin/ypbind ypbind.c usr.sbin/yppush yppush_main.c usr.sbin/ypset ypset.c Log: Remove definition of struct dom_binding, it's non-standard C code and unnecessary since src/include/rpcsvc/ypclnt.h's revision 1.10. Revision Changes Path 1.20 +0 -1 src/libexec/ypxfr/ypxfr_main.c 1.17 +0 -1 src/libexec/ypxfr/ypxfr_misc.c 1.25 +0 -1 src/usr.sbin/rpc.yppasswdd/yppasswdd_main.c 1.9 +0 -1 src/usr.sbin/rpc.ypupdated/yp_dbupdate.c 1.40 +0 -1 src/usr.sbin/ypbind/ypbind.c 1.19 +0 -1 src/usr.sbin/yppush/yppush_main.c 1.15 +0 -1 src/usr.sbin/ypset/ypset.c