# | Line 89 | Line 89 | |
---|---|---|
89 | /* $Id$ */ | |
90 | ||
91 | struct irc_ssaddr irc_nsaddr_list[IRCD_MAXNS]; | |
92 | < | int irc_nscount = 0; |
92 | > | unsigned int irc_nscount = 0; |
93 | ||
94 | static const char digits[] = "0123456789"; | |
95 | static const char digitvalue[256] = { |
– | Removed lines |
+ | Added lines |
< | Changed lines (old) |
> | Changed lines (new) |