From owner-freebsd-stable Thu Nov 6 09:52:04 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id JAA01065 for stable-outgoing; Thu, 6 Nov 1997 09:52:04 -0800 (PST) (envelope-from owner-freebsd-stable) Received: from opus.cts.cwu.edu (skynyrd@opus.cts.cwu.edu [198.104.92.71]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id JAA00960; Thu, 6 Nov 1997 09:51:38 -0800 (PST) (envelope-from skynyrd@opus.cts.cwu.edu) Received: from localhost (skynyrd@localhost) by opus.cts.cwu.edu (8.8.7/8.8.7) with SMTP id JAA24160; Thu, 6 Nov 1997 09:51:36 -0800 (PST) (envelope-from skynyrd@opus.cts.cwu.edu) Date: Thu, 6 Nov 1997 09:51:36 -0800 (PST) From: Chris Timmons To: Philippe Charnier cc: cvs-committers@FreeBSD.ORG, freebsd-stable@FreeBSD.ORG Subject: Re: cvs commit: src/usr.sbin/rpc.ypxfrd ypxfrd_main.c ypxfrd_server.c In-Reply-To: <199711060732.XAA11450@freefall.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk ===> usr.sbin/rpc.ypxfrd cc -nostdinc -O2 -pipe -I. -DXFRBLOCKSIZE=65535 -I/usr/obj/usr/src/tmp/usr/include -c ypxfrd_svc.c cc -nostdinc -O2 -pipe -I. -DXFRBLOCKSIZE=65535 -I/usr/obj/usr/src/tmp/usr/include -c /usr/src/usr.sbin/rpc.ypxfrd/ypxfrd_server.c cc -nostdinc -O2 -pipe -I. -DXFRBLOCKSIZE=65535 -I/usr/obj/usr/src/tmp/usr/include -c /usr/src/usr.sbin/rpc.ypxfrd/../../usr.sbin/ypserv/yp_error.c cc -nostdinc -O2 -pipe -I. -DXFRBLOCKSIZE=65535 -I/usr/obj/usr/src/tmp/usr/include -c /usr/src/usr.sbin/rpc.ypxfrd/../../usr.sbin/ypserv/yp_access.c cc -nostdinc -O2 -pipe -I. -DXFRBLOCKSIZE=65535 -I/usr/obj/usr/src/tmp/usr/include -c /usr/src/usr.sbin/rpc.ypxfrd/ypxfrd_main.c /usr/src/usr.sbin/rpc.ypxfrd/ypxfrd_main.c:67: redefinition of `rcsid' /usr/src/usr.sbin/rpc.ypxfrd/ypxfrd_main.c:34: `rcsid' previously defined here *** Error code 1 Stop. *** Error code 1 On Wed, 5 Nov 1997, Philippe Charnier wrote: > charnier 1997/11/05 23:32:22 PST > > Modified files: (Branch: RELENG_2_2) > usr.sbin/rpc.ypxfrd ypxfrd_main.c ypxfrd_server.c > Log: > MFC: Use err(3). > > Revision Changes Path > 1.1.1.1.2.2 +16 -13 src/usr.sbin/rpc.ypxfrd/ypxfrd_main.c > 1.2.2.2 +3 -4 src/usr.sbin/rpc.ypxfrd/ypxfrd_server.c >