From 5ee14fea3f01ad45ab2964eb7c6ea50ab22429c5 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Thu, 16 Oct 2003 07:58:57 +0000 Subject: [PATCH] *** empty log message *** --- ChangeLog | 7 +++++-- lib/ChangeLog | 2 ++ 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 64b3d05d5..4b0ee97f4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,9 +1,12 @@ 2003-10-16 Jim Meyering + * Version 5.1.0. + * src/chgrp.c (main): Simply assign to bit_flags. Don't bother with bit arithmetic. - - * Version 5.1.0. + * src/chown.c (main): Likewise. + Rename a couple of local variables. + Remove unnecessary casts. * src/tail.c (start_bytes): Rename local, remainder, to avoid gcc's warning about shadowing a global. diff --git a/lib/ChangeLog b/lib/ChangeLog index 03b160526..e11f4b76f 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,5 +1,7 @@ 2003-10-16 Jim Meyering + * readutmp.c: Fix indentation, from gnulib. + * xmalloc.c: Include , for declarations of memset and memcpy. * exclude.c: Update from gnulib. -- 2.34.1