From e1311401dff775260bbd6c5dad64231f5b2ae94b Mon Sep 17 00:00:00 2001 From: Danny Smith Date: Sun, 17 Jun 2007 23:19:09 +0000 Subject: [PATCH] Correct filename of files.c in recent Changelog entries. From-SVN: r125779 --- libcpp/ChangeLog | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/libcpp/ChangeLog b/libcpp/ChangeLog index 21b7248..70a9f60 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. -- 2.7.4