From c6f188def8c5496dbd65c9be6ca3050286db7227 Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Thu, 26 Oct 2006 00:37:00 +0000 Subject: silly size savings and capitalization fixes --- networking/interface.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'networking/interface.c') diff --git a/networking/interface.c b/networking/interface.c index 4594293..6c8e938 100644 --- a/networking/interface.c +++ b/networking/interface.c @@ -938,7 +938,7 @@ static void ife_print(struct interface *ptr) printf("(auto)"); } #endif - printf("\n"); + puts(""); if (ptr->has_ip) { printf(" %s addr:%s ", ap->name, @@ -1007,7 +1007,7 @@ static void ife_print(struct interface *ptr) default: printf("Unknown"); } - printf("\n"); + puts(""); } } fclose(f); @@ -1034,7 +1034,7 @@ static void ife_print(struct interface *ptr) if (ptr->outfill || ptr->keepalive) printf(" Outfill:%d Keepalive:%d", ptr->outfill, ptr->keepalive); #endif - printf("\n"); + puts(""); /* If needed, display the interface statistics. */ @@ -1083,9 +1083,9 @@ static void ife_print(struct interface *ptr) } if (ptr->map.dma) printf("DMA chan:%x ", ptr->map.dma); - printf("\n"); + puts(""); } - printf("\n"); + puts(""); } -- cgit v1.1