Skip to content

Commit

Permalink
Auto merge of rust-lang#30512 - semarie:openbsd-libc, r=alexcrichton
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
- remove now unused use

r? @alexcrichton
  • Loading branch information
bors committed Dec 21, 2015
2 parents e2834a2 + f9a8861 commit 8cd034d
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
Original file line number Diff line number Diff line change
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 8cd034d

Please sign in to comment.