Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 25 Sep 2002 01:44:49 +0400
From:      "Andrey A. Chernov" <ache@nagual.pp.ru>
To:        Peter Wemm <peter@wemm.org>
Cc:        Bill Fenner <fenner@research.att.com>, 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>
In-Reply-To: <20020924213901.57E202A894@canning.wemm.org>
References:  <200209242043.NAA26380@windsor.research.att.com> <20020924213901.57E202A894@canning.wemm.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020924214449.GA61904>