X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/a0fe532816ce1350088a7aa922ff124ae379508b..5cb460bef80bca37df8edab4daa72510bd64e706:/missing/sockstorage.h diff --git a/missing/sockstorage.h b/missing/sockstorage.h index cbad1900..e7333289 100644 --- a/missing/sockstorage.h +++ b/missing/sockstorage.h @@ -28,11 +28,11 @@ */ struct sockaddr_storage { #ifdef HAVE_SOCKADDR_SA_LEN - u_int8_t __ss_len; - u_int8_t __ss_family; + u_int8_t ss_len; + u_int8_t ss_family; u_int8_t fill[126]; #else - u_int8_t __ss_family; + u_int8_t ss_family; u_int8_t fill[127]; #endif /* HAVE_SOCKADDR_SA_LEN */ };