]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Thu, 18 Jul 2002 18:35:47 +0000 (18:35 +0000)
committerJim Meyering <jim@meyering.net>
Thu, 18 Jul 2002 18:35:47 +0000 (18:35 +0000)
old/sh-utils/ChangeLog

index d4e96b0a84e962f185236e68ef6a1641a46e9831..b723606e1cf7a14c0b004a801bce51d14b675769 100644 (file)
@@ -1,7 +1,21 @@
-2002-07-17  Jim Meyering  <meyering@lucent.com>
+2002-07-18  Jim Meyering  <meyering@lucent.com>
 
        * Version 2.0.13.
 
+       * src/uname.c (main): Test sysctl(...) >= 0, not == 0, since
+       on NetBSD the return value may well be positive.
+       Use one-line aggregate initializations.
+       Use tightly scoped static buffers to avoid warnings about
+       unused variables on some systems.
+
+2002-05-07  Paul Eggert  <eggert@twinsun.com>
+
+       * 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.
+
+2002-07-17  Jim Meyering  <meyering@lucent.com>
+
        * src/uptime.c (print_uptime): Restore use of (equivalent, but
        more readable) `>=' from Bruno's patch.