Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 22 Sep 2002 13:43:38 -0700
From:      Steve Kargl <sgk@troutmask.apl.washington.edu>
To:        Poul-Henning Kamp <phk@FreeBSD.ORG>
Cc:        current@FreeBSD.ORG
Subject:   Re: Who broke sort(1) ?
Message-ID:  <20020922204338.GA4971@troutmask.apl.washington.edu>
In-Reply-To: <63403.1032725861@critter.freebsd.dk>
References:  <63403.1032725861@critter.freebsd.dk>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, Sep 22, 2002 at 10:17:41PM +0200, Poul-Henning Kamp wrote:
> 
> flat# date | sort +5n
> sort: open failed: +5n: No such file or directory
> 
> This breaks the build in libncurses...
> 

POSIX via wollman.

See revision 1.58 of /usr/include/unistd.h, i.e.,

/* Define the versions we target for compliance. */
#define _POSIX_VERSION          200112L
#define _POSIX2_VERSION         200112L


See email in the last 24 hours from walt about 
problems building libc and Tim Robbins response
to the problem.

-- 
Steve

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?20020922204338.GA4971>