commit | 7d60fc1c0a96983d0909f50f8db26ca1b770b039 | [log] [tgz] |
---|---|---|
author | Denis Vlasenko <vda.linux@googlemail.com> | Thu Jun 05 06:51:06 2008 +0000 |
committer | Denis Vlasenko <vda.linux@googlemail.com> | Thu Jun 05 06:51:06 2008 +0000 |
tree | 91c28e9c23da1ae55d5b2c82d16fe39b340f40dc | |
parent | bedfabd500b5dd684ac0b0780147a81bbb37f084 [diff] [blame] |
replace single-char printf's with bb_putchar
diff --git a/networking/libiproute/ipaddress.c b/networking/libiproute/ipaddress.c index 4bc87e7..3bf854e 100644 --- a/networking/libiproute/ipaddress.c +++ b/networking/libiproute/ipaddress.c
@@ -41,7 +41,7 @@ static void print_link_flags(unsigned flags, unsigned mdown) { - printf("<"); + bb_putchar('<'); flags &= ~IFF_RUNNING; #define _PF(f) if (flags & IFF_##f) { \ flags &= ~IFF_##f; \