summaryrefslogtreecommitdiff
path: root/chat/ircu/patches/patch-ad
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2000-12-15 00:36:25 +0000
committerwiz <wiz@pkgsrc.org>2000-12-15 00:36:25 +0000
commitae7f28b14b06c1eab086fb0359ef2022f56305d1 (patch)
tree9efd46171d88d283a1dcc676d340dae7e3a2606c /chat/ircu/patches/patch-ad
parent5035df2c1f3de5be3cf14b8e9b34b02f726301f9 (diff)
downloadpkgsrc-ae7f28b14b06c1eab086fb0359ef2022f56305d1.tar.gz
Create new 'chat' category, featuring chat clients and servers of all kinds.
Move some packages from 'net' here.
Diffstat (limited to 'chat/ircu/patches/patch-ad')
-rw-r--r--chat/ircu/patches/patch-ad13
1 files changed, 13 insertions, 0 deletions
diff --git a/chat/ircu/patches/patch-ad b/chat/ircu/patches/patch-ad
new file mode 100644
index 00000000000..9bb970ffaed
--- /dev/null
+++ b/chat/ircu/patches/patch-ad
@@ -0,0 +1,13 @@
+$NetBSD: patch-ad,v 1.1.1.1 2000/12/15 00:36:31 wiz Exp $
+
+--- ircd/s_user.c.orig Tue Nov 24 14:02:15 1998
++++ ircd/s_user.c Tue Nov 24 14:04:17 1998
+@@ -326,7 +326,7 @@
+ time_t last;
+ struct abacklog *next;
+ char *connected;
+- char count;
++ int count;
+ };
+
+ static struct abacklog *backlog[256]; /* hash table */