Skip to content

Commit 7839913

Browse files
author
Folkert de Vries
committed
fix rebase problem
1 parent f550a24 commit 7839913

File tree

1 file changed

+0
-19
lines changed
  • src/unix/linux_like/linux

1 file changed

+0
-19
lines changed

src/unix/linux_like/linux/mod.rs

-19
Original file line numberDiff line numberDiff line change
@@ -1412,26 +1412,7 @@ s_no_extra_traits! {
14121412
pub offset_to_priv: ::__u32,
14131413
pub hdr: ::tpacket_bd_header_u,
14141414
}
1415-
}
1416-
1417-
s! {
1418-
// linux/ptp_clock.h
1419-
pub struct ptp_sys_offset {
1420-
pub n_samples: ::c_uint,
1421-
pub rsv: [::c_uint; 3],
1422-
pub ts: [ptp_clock_time; 2 * PTP_MAX_SAMPLES as usize + 1],
1423-
}
1424-
1425-
pub struct ptp_pin_desc {
1426-
pub name: [::c_char; 64],
1427-
pub index: ::c_uint,
1428-
pub func: ::c_uint,
1429-
pub chan: ::c_uint,
1430-
pub rsv: [::c_uint; 5],
1431-
}
1432-
}
14331415

1434-
s_no_extra_traits! {
14351416
// linux/net_tstamp.h
14361417
#[allow(missing_debug_implementations)]
14371418
pub struct sock_txtime {

0 commit comments

Comments
 (0)