From: Jim Meyering Date: Sun, 18 Jun 2000 18:17:03 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=825548e25793fe043c31a8c71975eb958b7cc53f;p=pspp *** 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.