Auto merge of #30512 - semarie:openbsd-libc, r=alexcrichton

- upgrades libc to version with `si_addr` support in openbsd
- declares libc use for getentropy
- remove now unused use

r? @alexcrichton
This commit is contained in:
bors 2015-12-21 15:52:41 +00:00
commit 8cd034de9f
2 changed files with 2 additions and 2 deletions

@ -1 +1 @@
Subproject commit 4b9b07c71997da23d5d1e3035cd16a5855b94ecc
Subproject commit e0c0bf439add63a6a25a25ba47e4aec9547bf9af

View file

@ -182,8 +182,8 @@ fn fill_bytes(&mut self, v: &mut [u8]) {
#[cfg(target_os = "openbsd")]
mod imp {
use io;
use libc;
use mem;
use libc::c_long;
use sys::os::errno;
use rand::Rng;