From: Jim Meyering Date: Tue, 8 Apr 2003 09:23:09 +0000 (+0000) Subject: Remove note about Ultrix compilation failure. X-Git-Tag: v5.0.1~801 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ee3967b289506759208dbbc752c6be8b5762c61e;p=thirdparty%2Fcoreutils.git Remove note about Ultrix compilation failure. --- diff --git a/README b/README index 3df65eef1c..7bee8e1678 100644 --- a/README +++ b/README @@ -73,9 +73,6 @@ Here is one possible patch to correct the problem. -#ifndef __STDC_32_MODE__ +#ifndef __LP64__ -I've heard that stat.c doesn't compile on Ultrix 4.3. -Does anyone with access to such a system want to investigate? - On some systems, some of the tests fail when run as root. All failures I've seen appear to be due to problems in the testing framework, not in the tools themselves. I'll address that for the next release by