From: Jim Meyering Date: Sun, 18 Jun 2000 18:17:03 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: FILEUTILS-4_0v~73 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=fa168b1e063736fed62c4cc1aae2c8b87c7a2c5c;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/lib/ChangeLog b/lib/ChangeLog index 851ca54183..94b1f1f45e 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,5 +1,8 @@ 2000-06-18 Jim Meyering + * strnlen.c: Include memory.h, string.h, and/or strings.h as needed. + (this snippet comes from src/system.h). + * getloadavg.c: s/NLIST_STRUCT/HAVE_NLIST_H/. Remove big multi-platform `#ifndef NLIST_STRUCT' block.