summaryrefslogtreecommitdiff
path: root/chat/ircd-hybrid/patches/patch-ad
diff options
context:
space:
mode:
Diffstat (limited to 'chat/ircd-hybrid/patches/patch-ad')
-rw-r--r--chat/ircd-hybrid/patches/patch-ad14
1 files changed, 14 insertions, 0 deletions
diff --git a/chat/ircd-hybrid/patches/patch-ad b/chat/ircd-hybrid/patches/patch-ad
new file mode 100644
index 00000000000..a325b858a35
--- /dev/null
+++ b/chat/ircd-hybrid/patches/patch-ad
@@ -0,0 +1,14 @@
+$NetBSD: patch-ad,v 1.1.1.1 2001/10/21 21:26:52 seb Exp $
+
+--- src/client.c.orig Fri Aug 3 17:12:56 2001
++++ src/client.c
+@@ -64,7 +64,9 @@
+ * This means you call MyMalloc 30 some odd times,
+ * rather than 30k times -Dianora
+ */
++#ifndef CLIENTS_PREALLOCATE
+ #define CLIENTS_PREALLOCATE 1024
++#endif
+
+ /*
+ * for Wohali's block allocator