From: Danny Smith Date: Sun, 17 Jun 2007 23:19:09 +0000 (+0000) Subject: Correct filename of files.c in recent Changelog entries. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e1311401dff775260bbd6c5dad64231f5b2ae94b;p=gcc.git Correct filename of files.c in recent Changelog entries. From-SVN: r125779 --- diff --git a/libcpp/ChangeLog b/libcpp/ChangeLog index 21b72482a74..70a9f608a10 100644 --- a/libcpp/ChangeLog +++ b/libcpp/ChangeLog @@ -1,15 +1,15 @@ 2007-06-17 Danny Smith - * cppfiles.c (open_file): Prevent the call + * files.c (open_file): Prevent the call for stat from overwriting errno. 2007-06-09 Vladimir Prus - * cppfiles.c (open_file): Account for the + * files.c (open_file): Account for the fact that on windows, opening a directory gives EACCES.