]> git.lizzy.rs Git - rust.git/commit
Rollup merge of #23450 - alexcrichton:fix-sockaddr-storage, r=brson
authorManish Goregaokar <manishsmail@gmail.com>
Wed, 18 Mar 2015 09:09:34 +0000 (14:39 +0530)
committerManish Goregaokar <manishsmail@gmail.com>
Wed, 18 Mar 2015 16:51:08 +0000 (22:21 +0530)
commitc341fe9f8cfb6d1aef6c9fb8ba7531a4c0324eef
treea99c60b9f6930314f2091a84b9cd0e93bc6a6232
parent51bc2f1f37961a4a5f252759704b4a095bb05ee9
parent71982c21245489fd316fc9e82bf7bec4b09d45a6
Rollup merge of #23450 - alexcrichton:fix-sockaddr-storage, r=brson

 The alignment field is actually a \"pointer sized\" type instead of always i64,
requiring that the size of the padding field is also calculated slightly
differently.

Closes #23425