]> git.lizzy.rs Git - rust.git/commitdiff
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)
 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


Trivial merge