diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2006-10-20 13:28:22 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2006-10-20 13:28:22 +0000 |
commit | e1a0d486e4804eae098571f1a6788394c2ee51ae (patch) | |
tree | c6f3435738900c8d53832eb919b1b2c3d524f2e5 /networking/netstat.c | |
parent | dd2982882bb192ea757f32514bc2ea0bc96f5ba0 (diff) | |
download | busybox-w32-e1a0d486e4804eae098571f1a6788394c2ee51ae.tar.gz busybox-w32-e1a0d486e4804eae098571f1a6788394c2ee51ae.tar.bz2 busybox-w32-e1a0d486e4804eae098571f1a6788394c2ee51ae.zip |
message string changes, mostly for consistency, also -32 bytes in .rodata
Diffstat (limited to 'networking/netstat.c')
-rw-r--r-- | networking/netstat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/netstat.c b/networking/netstat.c index 8e481f67b..3dad57a40 100644 --- a/networking/netstat.c +++ b/networking/netstat.c | |||
@@ -575,7 +575,7 @@ int netstat_main(int argc, char **argv) | |||
575 | else | 575 | else |
576 | printf("(w/o servers)"); | 576 | printf("(w/o servers)"); |
577 | } | 577 | } |
578 | printf("\nProto Recv-Q Send-Q Local Address Foreign Address State \n"); | 578 | printf("\nProto Recv-Q Send-Q Local Address Foreign Address State\n"); |
579 | } | 579 | } |
580 | if (inet && flags&NETSTAT_TCP) | 580 | if (inet && flags&NETSTAT_TCP) |
581 | do_info(_PATH_PROCNET_TCP,"AF INET (tcp)",tcp_do_one); | 581 | do_info(_PATH_PROCNET_TCP,"AF INET (tcp)",tcp_do_one); |