From: Jim Meyering Date: Thu, 10 Apr 2003 19:31:16 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: v5.0.1~745 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=00e065355d4fe71d8e9fb9496ec091cdadfdea25;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/NEWS b/NEWS index ee91bb3483..0053432aa2 100644 --- a/NEWS +++ b/NEWS @@ -4,6 +4,7 @@ * split can now handle --bytes=N and --lines=N with N=2^31 or more. * `kill -t' now prints signal descriptions (not `?') on systems like Tru64 with __sys_siglist but no strsignal function. +* stat.c now compiles on Ultrix systems * mv now removes `a' in this example on all systems: touch a; ln a b; mv a b [5.0]