From 825ae5a1665c174c9255ba3abe7ec9711d165c25 Mon Sep 17 00:00:00 2001 From: Mark Whitley Date: Thu, 15 Feb 2001 23:31:40 +0000 Subject: [PATCH] Another small formatting change from Larry Doolittle. --- networking/route.c | 10 ++++++---- route.c | 10 ++++++---- 2 files changed, 12 insertions(+), 8 deletions(-) diff --git a/networking/route.c b/networking/route.c index fe8fd91..9bd4e91 100644 --- a/networking/route.c +++ b/networking/route.c @@ -15,7 +15,7 @@ * Foundation; either version 2 of the License, or (at * your option) any later version. * - * $Id: route.c,v 1.4 2001/02/15 23:00:48 markw Exp $ + * $Id: route.c,v 1.5 2001/02/15 23:31:40 markw Exp $ * * displayroute() code added by Vladimir N. Oleynik * busybox style adjustments by Larry Doolittle @@ -379,9 +379,11 @@ void displayroutes(void) dest.s_addr = d; gw.s_addr = g; mask.s_addr = m; - if(nl==1) - printf("Kernel IP routing table\n\ -Destination\tGateway\t\tGenmask\t\tFlags Metric Ref Use Iface\n"); + if(nl==1) { + printf("Kernel IP routing table\n" +"Destination Gateway Genmask Flags Metric Ref Use Iface\n"); + } + ifl = 0; /* parse flags */ if(flgs&1) diff --git a/route.c b/route.c index fe8fd91..9bd4e91 100644 --- a/route.c +++ b/route.c @@ -15,7 +15,7 @@ * Foundation; either version 2 of the License, or (at * your option) any later version. * - * $Id: route.c,v 1.4 2001/02/15 23:00:48 markw Exp $ + * $Id: route.c,v 1.5 2001/02/15 23:31:40 markw Exp $ * * displayroute() code added by Vladimir N. Oleynik * busybox style adjustments by Larry Doolittle @@ -379,9 +379,11 @@ void displayroutes(void) dest.s_addr = d; gw.s_addr = g; mask.s_addr = m; - if(nl==1) - printf("Kernel IP routing table\n\ -Destination\tGateway\t\tGenmask\t\tFlags Metric Ref Use Iface\n"); + if(nl==1) { + printf("Kernel IP routing table\n" +"Destination Gateway Genmask Flags Metric Ref Use Iface\n"); + } + ifl = 0; /* parse flags */ if(flgs&1) -- 2.7.4