]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Mon, 29 Jun 1998 16:24:37 +0000 (16:24 +0000)
committerJim Meyering <jim@meyering.net>
Mon, 29 Jun 1998 16:24:37 +0000 (16:24 +0000)
old/sh-utils/ChangeLog

index 7f42fed0a8f44a9716e5e9034a953024ff0eea6b..4a1d7dce4c600ed84d5f999313b8fc14e92cf966 100644 (file)
@@ -1,9 +1,15 @@
+1998-06-29  Jim Meyering  <meyering@ascend.com>
+
+       * Version 1.16f.
+
+       * src/uptime.c: Include system.h only after error.h and readutmp.h
+       so we don't get redefinition warnings about getc, etc.
+       * src/who.c: Likewise.
+       * src/users.c: Likewise.
+
 1998-06-28  Jim Meyering  <meyering@ascend.com>
 
-       * src/*.c: Change all uses of unlocked-wrapped functions to their
-       upper case wrapper names.
-       * src/sys2.h: Add macro definitions for GNU libc unlocked wrappers
-       (e.g. FFLUSH for fflush_unlocked).
+       * src/sys2.h: Add macro definitions for GNU libc *_unlocked wrappers.
 
 1998-06-06  Jim Meyering  <meyering@ascend.com>
 
@@ -12,8 +18,6 @@
 
 1998-05-26  Jim Meyering  <meyering@ascend.com>
 
-       * Version 1.16f.
-
        * src/test.c (two_arguments): Don't test argv[pos][2] if it's
        past end of string.