aboutsummaryrefslogtreecommitdiff
path: root/networking/route.c
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2004-03-15 08:29:22 +0000
committerEric Andersen <andersen@codepoet.org>2004-03-15 08:29:22 +0000
commitc7bda1ce659294d6e22c06e087f6f265983c7578 (patch)
tree4c6d2217f4d8306c59cf1096f8664e1cfd167213 /networking/route.c
parent8854004b41065b3d081af7f3df13a100b0c8bfbe (diff)
downloadbusybox-w32-c7bda1ce659294d6e22c06e087f6f265983c7578.tar.gz
busybox-w32-c7bda1ce659294d6e22c06e087f6f265983c7578.tar.bz2
busybox-w32-c7bda1ce659294d6e22c06e087f6f265983c7578.zip
Remove trailing whitespace. Update copyright to include 2004.
Diffstat (limited to 'networking/route.c')
-rw-r--r--networking/route.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/networking/route.c b/networking/route.c
index 111900d33..9e7a01034 100644
--- a/networking/route.c
+++ b/networking/route.c
@@ -15,7 +15,7 @@
15 * Foundation; either version 2 of the License, or (at 15 * Foundation; either version 2 of the License, or (at
16 * your option) any later version. 16 * your option) any later version.
17 * 17 *
18 * $Id: route.c,v 1.24 2004/03/10 07:42:38 mjn3 Exp $ 18 * $Id: route.c,v 1.25 2004/03/15 08:28:49 andersen Exp $
19 * 19 *
20 * displayroute() code added by Vladimir N. Oleynik <dzo@simtreas.ru> 20 * displayroute() code added by Vladimir N. Oleynik <dzo@simtreas.ru>
21 * adjustments by Larry Doolittle <LRDoolittle@lbl.gov> 21 * adjustments by Larry Doolittle <LRDoolittle@lbl.gov>
@@ -107,7 +107,7 @@ static const char tbl_hash_net_host[] =
107#define KW_IPVx_DYN 042 107#define KW_IPVx_DYN 042
108#define KW_IPVx_REINSTATE 043 108#define KW_IPVx_REINSTATE 043
109 109
110static const char tbl_ipvx[] = 110static const char tbl_ipvx[] =
111 /* 020 is the "takes an arg" bit */ 111 /* 020 is the "takes an arg" bit */
112#if HAVE_NEW_ADDRT 112#if HAVE_NEW_ADDRT
113 "\011\020metric\0" 113 "\011\020metric\0"
@@ -206,7 +206,7 @@ static void INET_setroute(int action, char **args)
206 while (*args) { 206 while (*args) {
207 int k = kw_lookup(tbl_ipvx, &args); 207 int k = kw_lookup(tbl_ipvx, &args);
208 const char *args_m1 = args[-1]; 208 const char *args_m1 = args[-1];
209 209
210 if (k & KW_IPVx_FLAG_ONLY) { 210 if (k & KW_IPVx_FLAG_ONLY) {
211 rt.rt_flags |= flags_ipvx[k & 3]; 211 rt.rt_flags |= flags_ipvx[k & 3];
212 continue; 212 continue;
@@ -666,7 +666,7 @@ int route_main(int argc, char **argv)
666 p[0][0] = '#'; 666 p[0][0] = '#';
667 } 667 }
668 } 668 }
669 } 669 }
670 670
671 opt = bb_getopt_ulflags(argc, argv, "A:ne", &family); 671 opt = bb_getopt_ulflags(argc, argv, "A:ne", &family);
672 672