Skip to content

Commit ebb3d05

Browse files
committed
Auto merge of #945 - wictory:rectract_ucred_from_openbsd, r=alexcrichton
Retract ucred type alias for sockpeercred from OpenBSD and Bitrig Introduced in [this](#941) PR.
2 parents 837310d + ba2e460 commit ebb3d05

File tree

1 file changed

+0
-1
lines changed
  • src/unix/bsd/netbsdlike/openbsdlike

1 file changed

+0
-1
lines changed

src/unix/bsd/netbsdlike/openbsdlike/mod.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ pub type pthread_cond_t = *mut ::c_void;
1414
pub type pthread_condattr_t = *mut ::c_void;
1515
pub type pthread_rwlock_t = *mut ::c_void;
1616
pub type pthread_rwlockattr_t = *mut ::c_void;
17-
pub type ucred = ::sockpeercred;
1817

1918
s! {
2019
pub struct dirent {

0 commit comments

Comments
 (0)