From 07c394e69b0cfa7cd30e97ffc6edb0d857905f45 Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Tue, 10 Apr 2007 20:11:12 +0000 Subject: - mv ip*_main into ip.c; use a dispatcher to save on needless duplication. Saves a minor 12b. --- networking/iproute.c | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 networking/iproute.c (limited to 'networking/iproute.c') diff --git a/networking/iproute.c b/networking/iproute.c deleted file mode 100644 index 3d540b2ba..000000000 --- a/networking/iproute.c +++ /dev/null @@ -1,26 +0,0 @@ -/* vi: set sw=4 ts=4: */ -/* - * ip.c "ip" utility frontend. - * - * Licensed under the GPL v2 or later, see the file LICENSE in this tarball. - * - * Authors: Alexey Kuznetsov, - * - * - * Changes: - * - * Rani Assaf 980929: resolve addresses - */ - -#include "libiproute/utils.h" -#include "libiproute/ip_common.h" - -#include "busybox.h" - -int iproute_main(int argc, char **argv); -int iproute_main(int argc, char **argv) -{ - ip_parse_common_args(&argc, &argv); - - return do_iproute(argc-1, argv+1); -} -- cgit v1.2.3-55-g6feb