From: Jim Meyering Date: Mon, 29 Jun 1998 16:24:37 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: FILEUTILS-3_16q~14 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b7441176e3056905237de208556cd73a0b574bc6;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/old/sh-utils/ChangeLog b/old/sh-utils/ChangeLog index 7f42fed0a8..4a1d7dce4c 100644 --- a/old/sh-utils/ChangeLog +++ b/old/sh-utils/ChangeLog @@ -1,9 +1,15 @@ +1998-06-29 Jim Meyering + + * 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 - * 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 @@ -12,8 +18,6 @@ 1998-05-26 Jim Meyering - * Version 1.16f. - * src/test.c (two_arguments): Don't test argv[pos][2] if it's past end of string.