dreid 2004/02/26 09:03:26
Modified: locks/beos proc_mutex.c thread_cond.c thread_mutex.c
thread_rwlock.c
Log:
Fix some include paths for the new build system
Revision Changes Path
1.13 +1 -1 apr/locks/beos/proc_mutex.c
Index: proc_mutex.c
===================================================================
RCS file: /home/cvs/apr/locks/beos/proc_mutex.c,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- proc_mutex.c 13 Feb 2004 09:38:31 -0000 1.12
+++ proc_mutex.c 26 Feb 2004 17:03:26 -0000 1.13
@@ -17,7 +17,7 @@
* Stephen Beaulieu <[EMAIL PROTECTED]>
*/
-#include "beos/apr_arch_proc_mutex.h"
+#include "apr_arch_proc_mutex.h"
#include "apr_strings.h"
#include "apr_portable.h"
1.11 +2 -2 apr/locks/beos/thread_cond.c
Index: thread_cond.c
===================================================================
RCS file: /home/cvs/apr/locks/beos/thread_cond.c,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- thread_cond.c 13 Feb 2004 09:38:31 -0000 1.10
+++ thread_cond.c 26 Feb 2004 17:03:26 -0000 1.11
@@ -13,8 +13,8 @@
* limitations under the License.
*/
-#include "beos/apr_arch_thread_mutex.h"
-#include "beos/apr_arch_thread_cond.h"
+#include "apr_arch_thread_mutex.h"
+#include "apr_arch_thread_cond.h"
#include "apr_strings.h"
#include "apr_portable.h"
1.12 +1 -1 apr/locks/beos/thread_mutex.c
Index: thread_mutex.c
===================================================================
RCS file: /home/cvs/apr/locks/beos/thread_mutex.c,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- thread_mutex.c 13 Feb 2004 09:38:31 -0000 1.11
+++ thread_mutex.c 26 Feb 2004 17:03:26 -0000 1.12
@@ -17,7 +17,7 @@
* Stephen Beaulieu <[EMAIL PROTECTED]>
*/
-#include "beos/apr_arch_thread_mutex.h"
+#include "apr_arch_thread_mutex.h"
#include "apr_strings.h"
#include "apr_portable.h"
1.8 +1 -1 apr/locks/beos/thread_rwlock.c
Index: thread_rwlock.c
===================================================================
RCS file: /home/cvs/apr/locks/beos/thread_rwlock.c,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- thread_rwlock.c 13 Feb 2004 09:38:31 -0000 1.7
+++ thread_rwlock.c 26 Feb 2004 17:03:26 -0000 1.8
@@ -17,7 +17,7 @@
* Stephen Beaulieu <[EMAIL PROTECTED]>
*/
-#include "beos/apr_arch_thread_rwlock.h"
+#include "apr_arch_thread_rwlock.h"
#include "apr_strings.h"
#include "apr_portable.h"