From owner-freebsd-stable Fri Nov 7 04:00:39 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id EAA26623 for stable-outgoing; Fri, 7 Nov 1997 04:00:39 -0800 (PST) (envelope-from owner-freebsd-stable) Received: from mail.ballistic.com (root@mail.ballistic.com [208.211.146.4]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id EAA26615 for ; Fri, 7 Nov 1997 04:00:33 -0800 (PST) (envelope-from kickin@ballistic.com) Received: from rose.ballistic.com (tpm5-16.ballistic.com [208.211.147.16]) by mail.ballistic.com (8.8.5/8.8.5) with ESMTP id EAA22415 for ; Fri, 7 Nov 1997 04:06:26 -0600 (CST) Message-Id: <199711071006.EAA22415@mail.ballistic.com> Reply-To: From: "Gary Ford" To: Subject: Re: stable make world broken? Date: Fri, 7 Nov 1997 05:57:50 -0600 X-MSMail-Priority: Normal X-Priority: 3 X-Mailer: Microsoft Internet Mail 4.70.1161 MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: owner-freebsd-stable@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk I second that. Very much a time killer. Thanks in advance for the timely repair, and keep up the great work stable team. Gary Ford Tyler, TX ---------- > From: Nathan Ahlstrom > To: stable@FreeBSD.ORG > Subject: stable make world broken? > Date: Thursday, November 06, 1997 11:40 PM > > Not sure if this has been reported yet, but > /usr/src/usr.sbin/rpc.ypxfrd/ypxfrd_main.c > has the following defined twice causing > make world to die. > > #ifndef lint > static const char rcsid[] = > "$Id: ypxfrd_main.c,v 1.1.1.1.2.2 1997/11/06 07:32:21 charnier Exp $"; > #endif /* not lint */ > > Nathan > nrahlstr@gloria.cord.edu >