From owner-freebsd-current Tue Sep 24 14:44:57 2002 Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B8CEA37B401; Tue, 24 Sep 2002 14:44:55 -0700 (PDT) Received: from nagual.pp.ru (pobrecita.freebsd.ru [194.87.13.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id B9F3E43E7B; Tue, 24 Sep 2002 14:44:54 -0700 (PDT) (envelope-from ache@pobrecita.freebsd.ru) Received: from pobrecita.freebsd.ru (ache@localhost [127.0.0.1]) by nagual.pp.ru (8.12.5/8.12.5) with ESMTP id g8OLipnd062047; Wed, 25 Sep 2002 01:44:52 +0400 (MSD) (envelope-from ache@pobrecita.freebsd.ru) Received: (from ache@localhost) by pobrecita.freebsd.ru (8.12.5/8.12.5/Submit) id g8OLio74062046; Wed, 25 Sep 2002 01:44:50 +0400 (MSD) (envelope-from ache) Date: Wed, 25 Sep 2002 01:44:49 +0400 From: "Andrey A. Chernov" To: Peter Wemm Cc: Bill Fenner , tjr@FreeBSD.ORG, sgk@troutmask.apl.washington.edu, phk@FreeBSD.ORG, current@FreeBSD.ORG Subject: Re: Who broke sort(1) ? Message-ID: <20020924214449.GA61904@nagual.pp.ru> References: <200209242043.NAA26380@windsor.research.att.com> <20020924213901.57E202A894@canning.wemm.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020924213901.57E202A894@canning.wemm.org> User-Agent: Mutt/1.5.1i Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tue, Sep 24, 2002 at 14:39:01 -0700, Peter Wemm wrote: > Bill Fenner wrote: > > > > Here's my suggested fix: > > +} > > Try something like this: If you want something like this, here is less broken way: --- lib/posixver.c.bak Fri Jun 7 11:24:45 2002 +++ lib/posixver.c Wed Sep 25 01:42:01 2002 @@ -43,7 +43,7 @@ int posix2_version (void) { - long int v = _POSIX2_VERSION; + long int v = 199209 /* XXX: _POSIX2_VERSION */; char const *s = getenv ("_POSIX2_VERSION"); if (s && *s) -- Andrey A. Chernov http://ache.pp.ru/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message