1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-11 22:54:02 +02:00

*** empty log message ***

This commit is contained in:
Jim Meyering
2003-03-19 08:11:10 +00:00
parent 60e4df7191
commit 79feee4de5

View File

@@ -1,3 +1,9 @@
2003-03-19 Jim Meyering <jim@meyering.net>
* fnmatch_.h: Don't define __const.
(fnmatch): Use const, not __const in prototype.
From Paul Eggert.
2003-03-18 Jim Meyering <jim@meyering.net>
* 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 <jim@meyering.net>