* include/cygwin/socket.h (struct sockaddr_storage): Fix typo in

ss_family member name.
This commit is contained in:
Corinna Vinschen
2006-01-18 15:37:23 +00:00
parent 79f24ec37d
commit 3b5d71b3a2
2 changed files with 6 additions and 1 deletions

View File

@ -36,7 +36,7 @@ struct sockaddr {
+ _SS_PAD1SIZE + _SS_ALIGNSIZE))
struct sockaddr_storage {
sa_family_t ss_familiy;
sa_family_t ss_family;
char _ss_pad1[_SS_PAD1SIZE];
int64_t __ss_align;
char _ss_pad2[_SS_PAD2SIZE];