Merge from vendor branch TNF:
[pkgsrcv2.git] / chat / bitchx / patches / patch-ap
1 $NetBSD$
2
3 gcc4 complains:
4 error: static declaration of 'ctcp_type' follows non-static declaration
5
6 --- source/ctcp.c.orig  2003-05-27 09:00:22.000000000 +0200
7 +++ source/ctcp.c       2007-03-17 14:12:31.000000000 +0100
8 @@ -176,7 +176,7 @@ CtcpEntryDll *dll_ctcp = NULL;
9  
10  /* CDE do ops and unban logging */
11  
12 -static char    *ctcp_type[] =
13 +char   *ctcp_type[] =
14  {
15         "PRIVMSG",
16         "NOTICE"