Skip to content

Commit 67a2759

Browse files
committed
Fix merge damage
1 parent 641016f commit 67a2759

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/unix/bsd/apple/mod.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -505,6 +505,7 @@ s! {
505505
pub sae_srcaddrlen: ::socklen_t, // size of source address
506506
pub sae_dstaddr: *const ::sockaddr, // destination address
507507
pub sae_dstaddrlen: ::socklen_t, // size of destination address
508+
}
508509

509510
pub struct timex {
510511
pub modes: ::c_uint,
@@ -3656,7 +3657,7 @@ extern "C" {
36563657
associd: sae_associd_t,
36573658
connid: sae_connid_t,
36583659
) -> ::c_int;
3659-
3660+
36603661
pub fn ntp_adjtime(buf: *mut timex) -> ::c_int;
36613662
pub fn ntp_gettime(buf: *mut ntptimeval) -> ::c_int;
36623663
}

0 commit comments

Comments
 (0)