[Toybox] [PATCH 1/2] Merge ipv6 setroute into a single function

2020-05-26 Thread Eric Molitor
--- toys/pending/route.c | 110 +-- 1 file changed, 2 insertions(+), 108 deletions(-) diff --git a/toys/pending/route.c b/toys/pending/route.c index a24e146e..0acca6c8 100644 --- a/toys/pending/route.c +++ b/toys/pending/route.c @@ -120,25 +120,6 @@ static

[Toybox] [PATCH 2/2] Remove unused include and constants

2020-05-26 Thread Eric Molitor
--- toys/pending/route.c | 6 -- 1 file changed, 6 deletions(-) diff --git a/toys/pending/route.c b/toys/pending/route.c index 0acca6c8..0d5e4449 100644 --- a/toys/pending/route.c +++ b/toys/pending/route.c @@ -48,20 +48,14 @@ config ROUTE #define FOR_route #include "toys.h" -#include