mirror of
https://github.com/irssi/irssi.git
synced 2026-08-18 08:02:13 +02:00
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:
parent
6c40567dab
commit
4380f3820e
3 changed files with 4 additions and 3 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue