pkgsrc/chat/ircu/patches/patch-ad
2000-12-15 00:36:25 +00:00

13 lines
323 B
Text

$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 */