From f1c39aa30f36bb552e7bcaffc9fb5408adeb331f Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Fri, 31 Oct 2003 13:53:37 +0000 Subject: [PATCH] * linebuffer.c: Include for declaration of memset. --- lib/ChangeLog | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/lib/ChangeLog b/lib/ChangeLog index a0b1b95f1c..c1bb4b13dd 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,7 @@ +2003-10-31 Jim Meyering + + * linebuffer.c: Include for declaration of memset. + 2003-10-30 Paul Eggert Bruno Haible @@ -30,7 +34,7 @@ Use a simpler test for size overflow. Don't use xalloc_oversized because unsigned int might be wider than size_t (!); this suggests that we should switch from unsigned int to size_t for slot numbers. - + 2003-10-27 Bruno Haible * stdbool_.h: Better support for BeOS. @@ -43,7 +47,7 @@ (add_exclude): Use x2nrealloc to reallocate ex->exclude, instead of xnrealloc. (add_exclude_file): Use x2realloc instead of malloc + xnrealloc. - + 2003-10-26 Paul Eggert * xalloc.h (xalloc_oversized): New static inline function, for -- 2.30.2