bug-coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: mktexpk: non-POSIX compliant use of "tail"


From: Thomas Esser
Subject: Re: mktexpk: non-POSIX compliant use of "tail"
Date: Wed, 30 Mar 2005 07:06:07 +0200
User-agent: Mutt/1.5.6i

On Tue, Mar 29, 2005 at 05:39:34PM -0500, Karl Berry wrote:
> tail -1 works for me with coreutils 5.3.0.

It is a matter of the setting of _POSIX_VERSION in unistd.h as I found
out later yesterday. E.g.
  http://lists.debian.org/debian-lsb/2003/10/msg00011.html
  http://lists.gnu.org/archive/html/bug-coreutils/2003-09/msg00087.html

On my system:
  $ grep _POSIX_VERSION /usr/include/unistd.h 
  #define _POSIX_VERSION  200112L

  $ cat /etc/SuSE-release 
  SuSE Linux 9.1 (i586)
  VERSION = 9.1

Thomas




reply via email to

[Prev in Thread] Current Thread [Next in Thread]