Skip to content

Commit e87acba

Browse files
committed
apple: remove if_family_id
This API appears to not be available in more recent MacOS SDKs, and there aren't any functions that use it. Since this hasn't yet made it into a release, remove it. Link: #4022
1 parent 57b620b commit e87acba

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/unix/bsd/apple/mod.rs

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1257,12 +1257,6 @@ s! {
12571257
pub dot3Compliance: u32,
12581258
}
12591259

1260-
pub struct if_family_id {
1261-
pub iffmid_len: u32,
1262-
pub iffmid_id: u32,
1263-
pub iffmid_str: [::c_char; 1],
1264-
}
1265-
12661260
// kern_control.h
12671261
pub struct ctl_info {
12681262
pub ctl_id: u32,

0 commit comments

Comments
 (0)