diff options
Diffstat (limited to 'include/libbb.h')
-rw-r--r-- | include/libbb.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/libbb.h b/include/libbb.h index c5b685985..525162d05 100644 --- a/include/libbb.h +++ b/include/libbb.h | |||
@@ -340,7 +340,7 @@ typedef struct len_and_sockaddr { | |||
340 | #if ENABLE_FEATURE_IPV6 | 340 | #if ENABLE_FEATURE_IPV6 |
341 | struct sockaddr_in6 sin6; | 341 | struct sockaddr_in6 sin6; |
342 | #endif | 342 | #endif |
343 | }; | 343 | } u; |
344 | } len_and_sockaddr; | 344 | } len_and_sockaddr; |
345 | enum { | 345 | enum { |
346 | LSA_SIZEOF_SA = sizeof( | 346 | LSA_SIZEOF_SA = sizeof( |