diff options
author | Jim Meyering <jim@meyering.net> | 2002-07-18 18:38:28 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2002-07-18 18:38:28 +0000 |
commit | af378653701ef62fc89800c9b2e3dd1c2039ebe8 (patch) | |
tree | 74789002b2614b3da1faa654698ee86360fbbd92 | |
parent | 3c26c805a75f11ebf5c72581cb47cd60a68d8fb8 (diff) | |
download | coreutils-af378653701ef62fc89800c9b2e3dd1c2039ebe8.tar.xz |
*** empty log message ***
-rw-r--r-- | old/sh-utils/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/old/sh-utils/ChangeLog b/old/sh-utils/ChangeLog index b723606e1..5406c90de 100644 --- a/old/sh-utils/ChangeLog +++ b/old/sh-utils/ChangeLog @@ -10,6 +10,10 @@ 2002-05-07 Paul Eggert <eggert@twinsun.com> + Add support for BSD-style sysctl to get the strings needed for + uname -p and uname -i. Unfortunately the different BSDs vary, + but I've surveyed FreeBSD, NetBSD, and OpenBSD. + * src/uname.c (UNAME_HARDWARE_PLATFORM, UNAME_PROCESSOR): New macros. (main): Use them, along with sysctl, to support uname -i and uname -p on BSD hosts. |