aboutsummaryrefslogtreecommitdiff
path: root/networking
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2010-07-26 01:06:14 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2010-07-26 01:06:14 +0200
commitf3ea792badae9cd7c4205ac363301f1e94e57d4e (patch)
tree84f72b1e4c02c3e01ca3e393edc789dcaeba6c69 /networking
parentccb977186100ccf6b443c5f08c8b179c9b7e720b (diff)
downloadbusybox-w32-f3ea792badae9cd7c4205ac363301f1e94e57d4e.tar.gz
busybox-w32-f3ea792badae9cd7c4205ac363301f1e94e57d4e.tar.bz2
busybox-w32-f3ea792badae9cd7c4205ac363301f1e94e57d4e.zip
*: mass cosmetic removal of extra empty lines. no code changes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'networking')
-rw-r--r--networking/ntpd.c1
-rw-r--r--networking/telnet.c1
-rw-r--r--networking/traceroute.c1
3 files changed, 0 insertions, 3 deletions
diff --git a/networking/ntpd.c b/networking/ntpd.c
index 14c3a5fbb..d00ee49e5 100644
--- a/networking/ntpd.c
+++ b/networking/ntpd.c
@@ -592,7 +592,6 @@ filter_datapoints(peer_t *p)
592 p->filter_offset, x, 592 p->filter_offset, x,
593 p->filter_dispersion, 593 p->filter_dispersion,
594 p->filter_jitter); 594 p->filter_jitter);
595
596} 595}
597 596
598static void 597static void
diff --git a/networking/telnet.c b/networking/telnet.c
index 57997f6b9..e0022b2cb 100644
--- a/networking/telnet.c
+++ b/networking/telnet.c
@@ -150,7 +150,6 @@ static void con_escape(void)
150 cookmode(); 150 cookmode();
151 ret: 151 ret:
152 bb_got_signal = 0; 152 bb_got_signal = 0;
153
154} 153}
155 154
156static void handle_net_output(int len) 155static void handle_net_output(int len)
diff --git a/networking/traceroute.c b/networking/traceroute.c
index 2d3e77011..c18fba8d0 100644
--- a/networking/traceroute.c
+++ b/networking/traceroute.c
@@ -666,7 +666,6 @@ packet_ok(int read_len, len_and_sockaddr *from_lsa,
666 return (type == ICMP6_TIME_EXCEEDED ? -1 : (code<<8)+1); 666 return (type == ICMP6_TIME_EXCEEDED ? -1 : (code<<8)+1);
667 } 667 }
668 } 668 }
669
670 } 669 }
671 670
672# if ENABLE_FEATURE_TRACEROUTE_VERBOSE 671# if ENABLE_FEATURE_TRACEROUTE_VERBOSE