From owner-freebsd-current Sun Sep 22 3:17: 2 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 C197637B401 for ; Sun, 22 Sep 2002 03:17:00 -0700 (PDT) Received: from smtp-send.myrealbox.com (smtp-send.myrealbox.com [192.108.102.143]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5884543E42 for ; Sun, 22 Sep 2002 03:17:00 -0700 (PDT) (envelope-from wa1ter@hotmail.com) Received: from hotmail.com wa1ter@smtp-send.myrealbox.com [64.175.105.179] by smtp-send.myrealbox.com with NetMail SMTP Agent $Revision: 3.12 $ on Novell NetWare via secured & encrypted transport (TLS); Sun, 22 Sep 2002 04:17:00 -0600 Message-ID: <3D8D9854.4040303@hotmail.com> Date: Sun, 22 Sep 2002 03:15:48 -0700 From: walt Organization: none User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.1) Gecko/20020921 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-current@freebsd.org Subject: Re: libc error question answered (partly) References: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit 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 Tim Robbins wrote: > On Sat, Sep 21, 2002 at 08:21:15PM -0700, walt wrote: > > >>walt wrote: >> >> >>>My guess is that the syntax of 'sort' has changed since lorder >>>was modified in March of 2001(?) >> >>David Wolfskill just pointed out to me that the behavior of 'sort' >>is completely different in -STABLE, which I've just confirmed. > So the only explanation that I can think of is that you've got _POSIX2_VERSION > set in the environment: Well, in /usr/include/unistd.h I have this: /* Define the versions we target for compliance. */ #define _POSIX_VERSION 200112L #define _POSIX2_VERSION 200112L which I think may have been added on 9-21 by Garrett. If that's what made the difference then it looks like lorder and friends had better be updated sooner than later ;-) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message