Auto merge of #419 - vojtechkral:patch-1, r=alexcrichton

Typo in unix/solaris/mod.rs
This commit is contained in:
bors 2016-10-06 08:47:29 -07:00 committed by GitHub
commit 9497f192e7

View File

@ -651,7 +651,7 @@ pub const EMULTIHOP: ::c_int = 74;
pub const ENOLINK: ::c_int = 67;
pub const EPROTO: ::c_int = 71;
pub const EAI_SYSTEM: ::cc_int = 11;
pub const EAI_SYSTEM: ::c_int = 11;
pub const F_DUPFD: ::c_int = 0;
pub const F_GETFD: ::c_int = 1;