diff options
author | Ron Yorston <rmy@pobox.com> | 2021-01-14 13:28:49 +0000 |
---|---|---|
committer | Ron Yorston <rmy@pobox.com> | 2021-01-14 13:28:49 +0000 |
commit | 89963b524d211e1aec12b72b3725be05ee95c8cf (patch) | |
tree | 48590aef62b7ee7686b7898256f29def8d9c50b9 /networking/netstat.c | |
parent | 9aa5a829070392c2ac6494d0c4e674c0c2bc7dab (diff) | |
parent | 2b7c1aa92c68524559a2067609d09309d5c09adc (diff) | |
download | busybox-w32-89963b524d211e1aec12b72b3725be05ee95c8cf.tar.gz busybox-w32-89963b524d211e1aec12b72b3725be05ee95c8cf.tar.bz2 busybox-w32-89963b524d211e1aec12b72b3725be05ee95c8cf.zip |
Merge branch 'busybox' into merge
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 3ab7b0d21..807800a62 100644 --- a/networking/netstat.c +++ b/networking/netstat.c | |||
@@ -114,7 +114,7 @@ enum { | |||
114 | TCP_CLOSING, /* now a valid state */ | 114 | TCP_CLOSING, /* now a valid state */ |
115 | }; | 115 | }; |
116 | 116 | ||
117 | static const char *const tcp_state[] = { | 117 | static const char *const tcp_state[] ALIGN_PTR = { |
118 | "", | 118 | "", |
119 | "ESTABLISHED", | 119 | "ESTABLISHED", |
120 | "SYN_SENT", | 120 | "SYN_SENT", |