From: Jim Meyering Date: Wed, 19 Mar 2003 08:11:10 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: COREUTILS-4_5_11~31 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=79feee4de51bbd861f821fffa4bfc1ebfd9faab7;p=platform%2Fupstream%2Fcoreutils.git *** empty log message *** --- diff --git a/lib/ChangeLog b/lib/ChangeLog index fe5ebdb..0be04be 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,9 @@ +2003-03-19 Jim Meyering + + * fnmatch_.h: Don't define __const. + (fnmatch): Use const, not __const in prototype. + From Paul Eggert. + 2003-03-18 Jim Meyering * mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any @@ -7,9 +13,6 @@ entry. On some systems doing so could result in exhausting virtual memory. Based in part on a patch from Mike Jetzer. - * exclude.c (excluded_filename): Define and use typedef to - avoid type mismatch in conditional expression. - * quote.c (quote_n): Fix typo in comment. 2003-03-17 Jim Meyering