*** empty log message ***
authorJim Meyering <jim@meyering.net>
Tue, 9 Nov 2004 20:31:46 +0000 (20:31 +0000)
committerJim Meyering <jim@meyering.net>
Tue, 9 Nov 2004 20:31:46 +0000 (20:31 +0000)
ChangeLog

index 3078384..0cdd97f 100644 (file)
--- 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>