Fix compilation of irc/core on AIX and IBM i

There's a function in the standard library of these OSes that conflict
with this function. Prefix it with `irc_`.
This commit is contained in:
Calvin Buckley 2018-11-19 13:58:51 +00:00
commit 4380f3820e
3 changed files with 4 additions and 3 deletions

View file

@ -119,7 +119,7 @@ void irc_core_init(void)
lag_init();
netsplit_init();
irc_expandos_init();
cap_init();
irc_cap_init();
sasl_init();
settings_check();