ports/irc/bitchx/files/patch-source-ctcp.c
Tilman Keskinoz 71df0ef1b2 Fix build with gcc41
PR:		106910
Approved by:	maintainer timeout (1 month)
2007-01-22 11:21:09 +00:00

11 lines
227 B
C

--- source/ctcp.c.orig Mon Dec 18 22:26:09 2006
+++ source/ctcp.c Mon Dec 18 22:26:24 2006
@@ -176,7 +176,7 @@
/* CDE do ops and unban logging */
-static char *ctcp_type[] =
+char *ctcp_type[] =
{
"PRIVMSG",
"NOTICE"