aboutsummaryrefslogtreecommitdiff
path: root/networking/libiproute
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2008-03-20 21:19:35 +0000
committerDenis Vlasenko <vda.linux@googlemail.com>2008-03-20 21:19:35 +0000
commitf90ab183d63c64fd2c35f00d65aedbaae8402740 (patch)
tree717976261ccdb8e7ab68c79def5ea10936c0dcd3 /networking/libiproute
parent275b929e0157c7e40a66df108b1e1954b59a2bdf (diff)
downloadbusybox-w32-f90ab183d63c64fd2c35f00d65aedbaae8402740.tar.gz
busybox-w32-f90ab183d63c64fd2c35f00d65aedbaae8402740.tar.bz2
busybox-w32-f90ab183d63c64fd2c35f00d65aedbaae8402740.zip
*: use fopen_or_warn in few more places
Diffstat (limited to 'networking/libiproute')
-rw-r--r--networking/libiproute/iproute.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/networking/libiproute/iproute.c b/networking/libiproute/iproute.c
index 5ded99b2e..670f188ee 100644
--- a/networking/libiproute/iproute.c
+++ b/networking/libiproute/iproute.c
@@ -91,7 +91,6 @@ static int print_route(struct sockaddr_nl *who ATTRIBUTE_UNUSED,
91 int host_len = -1; 91 int host_len = -1;
92 SPRINT_BUF(b1); 92 SPRINT_BUF(b1);
93 93
94
95 if (n->nlmsg_type != RTM_NEWROUTE && n->nlmsg_type != RTM_DELROUTE) { 94 if (n->nlmsg_type != RTM_NEWROUTE && n->nlmsg_type != RTM_DELROUTE) {
96 fprintf(stderr, "Not a route: %08x %08x %08x\n", 95 fprintf(stderr, "Not a route: %08x %08x %08x\n",
97 n->nlmsg_len, n->nlmsg_type, n->nlmsg_flags); 96 n->nlmsg_len, n->nlmsg_type, n->nlmsg_flags);