Skip to content

Commit

Permalink
Merge pull request #4137 from tgross35/remove-if_family_id
Browse files Browse the repository at this point in the history
apple: remove `if_family_id`
  • Loading branch information
tgross35 authored Nov 24, 2024
2 parents 57b620b + e87acba commit ca3a399
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/unix/bsd/apple/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1257,12 +1257,6 @@ s! {
pub dot3Compliance: u32,
}

pub struct if_family_id {
pub iffmid_len: u32,
pub iffmid_id: u32,
pub iffmid_str: [::c_char; 1],
}

// kern_control.h
pub struct ctl_info {
pub ctl_id: u32,
Expand Down

0 comments on commit ca3a399

Please sign in to comment.