[NeoStats-Devel] [Commits] r2638 - branches/2.5
| Newsgroups | gmane.comp.neostats.devel |
|---|---|
| Message-ID | <[email protected]> |
Author: Fish Date: Fri Jul 1 17:01:41 2005 New Revision: 2638 Modified: branches/2.5/ircd.c Log: fix compile error on GCC 4.0, ignore warnings Modified: branches/2.5/ircd.c ============================================================================== --- branches/2.5/ircd.c (original) +++ branches/2.5/ircd.c Fri Jul 1 17:01:41 2005 @@ -44,7 +44,7 @@ #ifdef GOTUSERSMODES static char SmodeStringBuf[64]; #endif -static long services_bot_umode= 0; +long services_bot_umode= 0; /* Fully split buffer */ static char privmsgbuffer[BUFSIZE];