Skip to content

Commit 9497f19

Browse files
authored
Auto merge of #419 - vojtechkral:patch-1, r=alexcrichton
Typo in unix/solaris/mod.rs
2 parents a6ada00 + 7e5a2e5 commit 9497f19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/unix/solaris/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -651,7 +651,7 @@ pub const EMULTIHOP: ::c_int = 74;
651651
pub const ENOLINK: ::c_int = 67;
652652
pub const EPROTO: ::c_int = 71;
653653

654-
pub const EAI_SYSTEM: ::cc_int = 11;
654+
pub const EAI_SYSTEM: ::c_int = 11;
655655

656656
pub const F_DUPFD: ::c_int = 0;
657657
pub const F_GETFD: ::c_int = 1;

0 commit comments

Comments
 (0)