Various inet* -> rb_inet_*

This commit is contained in:
Valery Yatsko 2008-04-20 08:55:41 +04:00
parent 79c70bbb9c
commit caa4d9d273
12 changed files with 21 additions and 423 deletions

View file

@ -337,7 +337,7 @@ report_this_status(struct Client *source_p, struct Client *target_p,
if(!MyConnect(target_p))
return 0;
inetntop_sock((struct sockaddr *)&target_p->localClient->ip, ip, sizeof(ip));
rb_inet_ntop_sock((struct sockaddr *)&target_p->localClient->ip, ip, sizeof(ip));
class_name = get_client_class(target_p);
if(IsAnyServer(target_p))