commit | afc137ac73c48ed956bbd44fe914084ea82e9d4b | [log] [download] |
---|---|---|
author | Cyrill Gorcunov <gorcunov@openvz.org> | Thu Oct 28 22:20:18 2010 +0400 |
committer | Kir Kolyshkin <kir@openvz.org> | Fri Oct 29 17:49:18 2010 +0400 |
tree | b2bbf9bf224087ef95910f5f5deed38ed9a0b41d | |
parent | 3276010b8043c98dcd3bea97be806063718143eb [diff] |
get_vps_ip_proc: Fix signed/unsigned compiler warning gcc complains | net.c: In function ‘get_vps_ip_proc’: | net.c:422: warning: comparison between signed and unsigned fix it by explicit conversion. Signed-off-by: Cyrill Gorcunov <gorcunov@openvz.org>