From ea224be6aa8fed5486376d3021a4cb911e935106 Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Sun, 18 Jun 2006 20:20:07 +0000 Subject: skip_whitespace() shouldn't claim its return value is const, it doesn't know that and callers wind up typecasting it back. --- networking/libiproute/ll_proto.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'networking/libiproute') diff --git a/networking/libiproute/ll_proto.c b/networking/libiproute/ll_proto.c index 9ee5ab23f..2319530ad 100644 --- a/networking/libiproute/ll_proto.c +++ b/networking/libiproute/ll_proto.c @@ -9,8 +9,7 @@ * Authors: Alexey Kuznetsov, */ -#include -#include +#include "libbb.h" #include #include "rt_names.h" -- cgit v1.2.3