diff options
author | Jim Meyering <jim@meyering.net> | 2004-11-09 20:31:46 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2004-11-09 20:31:46 +0000 |
commit | 3b9295c31958b6a93985872184e93d9231aba42b (patch) | |
tree | 64755f26ae9d857a96929d087664e22d72d8c2e9 | |
parent | 594d5064c950fa1d99a9eafbd357c5f46320d002 (diff) | |
download | coreutils-3b9295c31958b6a93985872184e93d9231aba42b.tar.xz |
*** empty log message ***
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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> |