Auto merge of #564 - vojtechkral:patch-1, r=alexcrichton
Make networking on Solaris/Illumos great again
This commit is contained in:
commit
cba41429f2
@ -28,7 +28,7 @@ pub type suseconds_t = ::c_long;
|
||||
pub type off_t = i64;
|
||||
pub type useconds_t = ::c_uint;
|
||||
pub type socklen_t = u32;
|
||||
pub type sa_family_t = u8;
|
||||
pub type sa_family_t = u16;
|
||||
pub type pthread_t = ::c_uint;
|
||||
pub type pthread_key_t = ::c_uint;
|
||||
pub type blksize_t = u32;
|
||||
|
Loading…
Reference in New Issue
Block a user