summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2018-03-08 21:06:48 +0000
committerbors <bors@rust-lang.org>2018-03-08 21:06:48 +0000
commitebb3d05fd4a93691fc71b98d52980342fc0e6996 (patch)
tree86ed6bdb9b08f83f4a4ab815b7efde19b127e342
parent837310de9a1773f74af78e2dce0f2eb881be4b78 (diff)
parentba2e460b4ef81c2f5a7dd83a914d689e95a53af5 (diff)
downloadrust-libc-ebb3d05fd4a93691fc71b98d52980342fc0e6996.tar.gz
Auto merge of #945 - wictory:rectract_ucred_from_openbsd, r=alexcrichton
Retract ucred type alias for sockpeercred from OpenBSD and Bitrig Introduced in [this](https://github.com/rust-lang/libc/pull/941) PR.
-rw-r--r--src/unix/bsd/netbsdlike/openbsdlike/mod.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/unix/bsd/netbsdlike/openbsdlike/mod.rs b/src/unix/bsd/netbsdlike/openbsdlike/mod.rs
index 6fdf765d8d..5eece5be26 100644
--- a/src/unix/bsd/netbsdlike/openbsdlike/mod.rs
+++ b/src/unix/bsd/netbsdlike/openbsdlike/mod.rs
@@ -14,7 +14,6 @@ pub type pthread_cond_t = *mut ::c_void;
pub type pthread_condattr_t = *mut ::c_void;
pub type pthread_rwlock_t = *mut ::c_void;
pub type pthread_rwlockattr_t = *mut ::c_void;
-pub type ucred = ::sockpeercred;
s! {
pub struct dirent {