From owner-cvs-all Sun Apr 7 20:18:46 2002 Delivered-To: cvs-all@freebsd.org Received: from fledge.watson.org (fledge.watson.org [204.156.12.50]) by hub.freebsd.org (Postfix) with ESMTP id 161F537B405; Sun, 7 Apr 2002 20:18:35 -0700 (PDT) Received: from fledge.watson.org (fledge.pr.watson.org [192.0.2.3]) by fledge.watson.org (8.11.6/8.11.6) with SMTP id g383ITw47348; Sun, 7 Apr 2002 23:18:29 -0400 (EDT) (envelope-from robert@fledge.watson.org) Date: Sun, 7 Apr 2002 23:18:28 -0400 (EDT) From: Robert Watson X-Sender: robert@fledge.watson.org To: Ruslan Ermilov Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/xlint/lint1 main1.c src/usr.bin/xlint/xlint xlint.c In-Reply-To: <200204071653.g37Grlq30476@freefall.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I hope someone is keeping track of the list of things where we've reverted good behavior on -CURRENT so that it compiles on -STABLE, such that we can go fix these reversions later? The whole point of implementing APIs of this sort was to prevent unfortunate/non-portable behavior in our own applications... Of course, the fact that Perl is a bootstrap tool is a big part of the problem :-). Robert N M Watson FreeBSD Core Team, TrustedBSD Project robert@fledge.watson.org NAI Labs, Safeport Network Services On Sun, 7 Apr 2002, Ruslan Ermilov wrote: > ru 2002/04/07 09:53:47 PDT > > Modified files: > usr.bin/xlint/lint1 main1.c > usr.bin/xlint/xlint xlint.c > Log: > FreeBSD prior to 4.4-RELEASE and older versions of 5.0-CURRENT do > not have setprogname(3) and getprogname(3), and we need to build > lint(1) as a cross-tool to bootstrap. Versions from lib/libc/gen > can't be compiled either. > > PR: bin/36747 > > Revision Changes Path > 1.2 +53 -15 src/usr.bin/xlint/lint1/main1.c > 1.19 +4 -6 src/usr.bin/xlint/xlint/xlint.c > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message