From 7d60fc1c0a96983d0909f50f8db26ca1b770b039 Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Thu, 5 Jun 2008 06:51:06 +0000 Subject: replace single-char printf's with bb_putchar --- networking/libiproute/ipaddress.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'networking/libiproute') diff --git a/networking/libiproute/ipaddress.c b/networking/libiproute/ipaddress.c index 4bc87e7b8..3bf854e11 100644 --- a/networking/libiproute/ipaddress.c +++ b/networking/libiproute/ipaddress.c @@ -41,7 +41,7 @@ typedef struct filter_t { 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; \ -- cgit v1.2.3