From fad2b86c9e7eaadb973b50a1bc0e2accc1a96cfd Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Thu, 31 May 2007 22:16:38 +0000 Subject: use "glibc errno" trick not only for ash, but for entire busybox (add/remove: 1/1 grow/shrink: 37/37 up/down: 139/-228) Total: -89 bytes --- networking/libiproute/libnetlink.c | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'networking/libiproute') diff --git a/networking/libiproute/libnetlink.c b/networking/libiproute/libnetlink.c index 5307cec..0f60409 100644 --- a/networking/libiproute/libnetlink.c +++ b/networking/libiproute/libnetlink.c @@ -11,16 +11,10 @@ * */ -#include "libbb.h" #include - -#include -#include -#include -#include - #include +#include "libbb.h" #include "libnetlink.h" void rtnl_close(struct rtnl_handle *rth) -- cgit v1.1