unbreak openbsd code

- upgrades libc to version with si_addr support in openbsd
- declares libc use for getentropy
This commit is contained in:
Sébastien Marie 2015-12-21 10:12:48 +01:00
parent c6079d0586
commit f9a8861922
2 changed files with 2 additions and 2 deletions

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

View File

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