Author: jfrederic.clere(a)jboss.com
Date: 2010-03-09 08:35:50 -0500 (Tue, 09 Mar 2010)
New Revision: 2623
Modified:
trunk/build/patch/httpd-2.2.15.patch
Log:
Oops that is the right patch....
Modified: trunk/build/patch/httpd-2.2.15.patch
===================================================================
--- trunk/build/patch/httpd-2.2.15.patch 2010-03-09 10:35:53 UTC (rev 2622)
+++ trunk/build/patch/httpd-2.2.15.patch 2010-03-09 13:35:50 UTC (rev 2623)
@@ -15,20 +15,14 @@
fi
])
---- srclib/apr/file_io/win32/open.c (revision 920777)
-+++ srclib/apr/file_io/win32/open.c (working copy)
-@@ -602,13 +602,13 @@
- if (!CreateHardLinkW(wto_path, wfrom_path, NULL))
- return apr_get_os_error();
- }
--#endif
+--- file_io/win32/open.c (revision 920862)
++++ file_io/win32/open.c (working copy)
+@@ -610,7 +610,7 @@
+ #endif
#if APR_HAS_ANSI_FS
ELSE_WIN_OS_IS_ANSI {
- if (!CreateHardLinkA(wto_path, wfrom_path))
+- if (!CreateHardLinkA(wto_path, wfrom_path))
++ if (!CreateHardLinkA(to_path, from_path))
return apr_get_os_error()
}
#endif
-+#endif
- return rv;
- }
-
Show replies by date