diff options
| author | bors <bors@rust-lang.org> | 2015-02-03 07:59:04 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2015-02-03 07:59:04 +0000 |
| commit | 336c8d2e9c6b276b162bdb3edd43706372e6eddd (patch) | |
| tree | ce8b369728b285ce16ea77a7e43d8e9ce05b1be5 /src/liblibc | |
| parent | 7858cb432d3f2efc0374424cb2b51518f697c172 (diff) | |
| parent | 8f4844d58b0a84792e85a650c510270559b81022 (diff) | |
| download | rust-336c8d2e9c6b276b162bdb3edd43706372e6eddd.tar.gz rust-336c8d2e9c6b276b162bdb3edd43706372e6eddd.zip | |
Auto merge of #21613 - alfie:suffix-small, r=alexcrichton
Diffstat (limited to 'src/liblibc')
| -rw-r--r-- | src/liblibc/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/liblibc/lib.rs b/src/liblibc/lib.rs index 75867eb38be..c5ea10beb83 100644 --- a/src/liblibc/lib.rs +++ b/src/liblibc/lib.rs @@ -1935,7 +1935,7 @@ pub mod types { pub iSecurityScheme: c_int, pub dwMessageSize: DWORD, pub dwProviderReserved: DWORD, - pub szProtocol: [u8; (WSAPROTOCOL_LEN as uint) + 1u], + pub szProtocol: [u8; (WSAPROTOCOL_LEN as uint) + 1us], } pub type LPWSAPROTOCOL_INFO = *mut WSAPROTOCOL_INFO; |
