d5ec837d73
no need to skip a prefix "0x" of output of snprintb. ifconfig expect the result of snprintb has "0x" prefix, but snprintb(3) specification has changed so that if 0 is passed, it prints "0" instead of "0x0". (common/lib/libutil/snprintb.c r1.22)