1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-25 09:34:11 +00:00
freebsd-ports/www/resin2/files/patch-apache2
Herve Quiroz a916dd1eb6 - Update to 2.1.16 [1]
- Replace perl wrapper with a new python control script and an RCng startup
  script [1]
- Use standard tab length [1]
- Update to bsd.java.mk 2.0
- Add $FreeBSD$ tags

PR:		77988 [1]
Submitted by:	maintainer [1]
2005-02-24 22:27:53 +00:00

14 lines
355 B
Plaintext

$FreeBSD$
--- src/c/plugin/apache2/mod_caucho.c.orig Tue Apr 15 23:28:46 2003
+++ src/c/plugin/apache2/mod_caucho.c Fri Jun 6 01:37:29 2003
@@ -52,7 +52,7 @@
#include "cse.h"
#include "version.h"
-#ifndef APR_HAS_THREADS
+#if !APR_HAS_THREADS
#define apr_thread_mutex_t int
#define apr_thread_mutex_create(a,b,c)
#define apr_thread_mutex_lock(a)