]> Zhao Yanbai Git Server - minix.git/commitdiff
rename __ss_family to ss_family. (Contributed by Buccapatnam Tirumala, Gautam)
authorBen Gras <ben@minix3.org>
Tue, 22 Jun 2010 16:21:21 +0000 (16:21 +0000)
committerBen Gras <ben@minix3.org>
Tue, 22 Jun 2010 16:21:21 +0000 (16:21 +0000)
include/sys/socket.h

index 85e16960d845b34103767bcde0a66c9e16ff91e0..119eea6e39d99dcb804b8594864d2bf0d2a02ae1 100644 (file)
@@ -90,7 +90,7 @@ _PROTOTYPE( int socket, (int _domain, int _type, int _protocol)               );
 /* based on http://tools.ietf.org/html/rfc2553 */
 struct sockaddr_storage
 {
-       sa_family_t     __ss_family;
+       sa_family_t     ss_family;
        char            __ss_pad1[6];
 #ifdef __LONG_LONG_SUPPORTED
        int64_t         __ss_align;