summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2004-11-09 20:31:46 +0000
committerJim Meyering <jim@meyering.net>2004-11-09 20:31:46 +0000
commit3b9295c31958b6a93985872184e93d9231aba42b (patch)
tree64755f26ae9d857a96929d087664e22d72d8c2e9
parent594d5064c950fa1d99a9eafbd357c5f46320d002 (diff)
downloadcoreutils-3b9295c31958b6a93985872184e93d9231aba42b.tar.xz
*** empty log message ***
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 307838485..0cdd97f1e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,10 @@
* Version 5.3.0.
+ * src/uname.c [__APPLE__]: Include <mach/machine.h> and <mach-o/arch.h>.
+ (main) [__APPLE__]: Get the processor type via syscall rather than
+ hard-coding "powerpc". From toby@opendarwin.org.
+
* src/sort.c (merge): Remove declarations of now-unused variables.
2004-11-06 Paul Eggert <eggert@cs.ucla.edu>