You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by tr...@apache.org on 2014/01/21 15:00:48 UTC

svn commit: r1560015 - /apr/apr/branches/1.4.x/CHANGES

Author: trawick
Date: Tue Jan 21 14:00:48 2014
New Revision: 1560015

URL: http://svn.apache.org/r1560015
Log:
fix bug number on 

     Avoid a redundant fcntl() call in apr_file_open() where O_CLOEXEC
     is supported.  PR 48557.

(was 46297)

Modified:
    apr/apr/branches/1.4.x/CHANGES

Modified: apr/apr/branches/1.4.x/CHANGES
URL: http://svn.apache.org/viewvc/apr/apr/branches/1.4.x/CHANGES?rev=1560015&r1=1560014&r2=1560015&view=diff
==============================================================================
--- apr/apr/branches/1.4.x/CHANGES [utf-8] (original)
+++ apr/apr/branches/1.4.x/CHANGES [utf-8] Tue Jan 21 14:00:48 2014
@@ -190,7 +190,7 @@ Changes for APR 1.4.3
      recent GNU tools.  [Eric Covener]
 
   *) Avoid a redundant fcntl() call in apr_file_open() where O_CLOEXEC
-     is supported.  PR 46297.  [Joe Orton]
+     is supported.  PR 48557.  [Joe Orton]
 
   *) Improve platform detection by updating config.guess and config.sub.
      [Rainer Jung]