summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-04-08 09:23:09 +0000
committerJim Meyering <jim@meyering.net>2003-04-08 09:23:09 +0000
commitee3967b289506759208dbbc752c6be8b5762c61e (patch)
tree598b0f4a29c3f57b20cd64a8646574c2cef0f5c4
parent808df4319359bbacd51d8a41eed82f9522b9a3de (diff)
downloadcoreutils-ee3967b289506759208dbbc752c6be8b5762c61e.tar.xz
Remove note about Ultrix compilation failure.
-rw-r--r--README3
1 files changed, 0 insertions, 3 deletions
diff --git a/README b/README
index 3df65eef1..7bee8e167 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