Navigation Menu

Skip to content

Commit

Permalink
unbreak openbsd code
Browse files Browse the repository at this point in the history
- upgrades libc to version with si_addr support in openbsd
- declares libc use for getentropy
  • Loading branch information
semarie committed Dec 21, 2015
1 parent c6079d0 commit f9a8861
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/liblibc
2 changes: 1 addition & 1 deletion src/libstd/rand/os.rs
Expand Up @@ -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;

Expand Down

0 comments on commit f9a8861

Please sign in to comment.