libbb: factor out hex2bin() for infiniband address parser
authorDenys Vlasenko <vda.linux@googlemail.com>
Sun, 4 Apr 2010 13:29:32 +0000 (15:29 +0200)
committerDenys Vlasenko <vda.linux@googlemail.com>
Sun, 4 Apr 2010 13:29:32 +0000 (15:29 +0200)
commit4836331924b5eb7f74e000d50c99bc12d513f8c7
tree96c25b9daf69ba688350874e9b51bfc6758237fe
parentc03602baa483ed07230c88075121e0f56a4c0428
libbb: factor out hex2bin() for infiniband address parser

function                                             old     new   delta
hex2bin                                                -     149    +149
in_ib                                                172      27    -145

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
include/libbb.h
libbb/xfuncs.c
networking/interface.c
networking/wget.c