summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--www/apache/patches/patch-al13
1 files changed, 13 insertions, 0 deletions
diff --git a/www/apache/patches/patch-al b/www/apache/patches/patch-al
new file mode 100644
index 00000000000..21a94d4b7ce
--- /dev/null
+++ b/www/apache/patches/patch-al
@@ -0,0 +1,13 @@
+$NetBSD: patch-al,v 1.1 1998/12/05 00:00:09 tv Exp $
+
+--- src/os/unix/os.c.orig Fri Dec 4 18:53:48 1998
++++ src/os/unix/os.c Fri Dec 4 18:54:00 1998
+@@ -119,7 +119,7 @@
+ #elif defined(RHAPSODY)
+ NSUnLinkModule(handle,FALSE);
+
+-#else
++#elif 0
+ dlclose(handle);
+ #endif
+