From owner-freebsd-stable Thu Nov 6 21:41:06 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id VAA11849 for stable-outgoing; Thu, 6 Nov 1997 21:41:06 -0800 (PST) (envelope-from owner-freebsd-stable) Received: from gloria.cord.edu (gloria.cord.edu [138.129.254.6]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id VAA11842 for ; Thu, 6 Nov 1997 21:41:02 -0800 (PST) (envelope-from nrahlstr@gloria.cord.edu) Received: from localhost (nrahlstr@localhost) by gloria.cord.edu (8.8.5/8.6.5) with SMTP id XAA22261 for ; Thu, 6 Nov 1997 23:40:50 -0600 (CST) Date: Thu, 6 Nov 1997 23:40:50 -0600 (CST) From: Nathan Ahlstrom To: stable@freebsd.org Subject: stable make world broken? 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 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