Skip to content

Commit 63ebc8e

Browse files
committedNov 25, 2024
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: rust-lang#4022 (backport <rust-lang#4137>) (cherry picked from commit e87acba)
1 parent d5c73bc commit 63ebc8e

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed
 

‎src/unix/bsd/apple/mod.rs

-6
Original file line numberDiff line numberDiff line change
@@ -1293,12 +1293,6 @@ s! {
12931293
pub dot3Compliance: u32,
12941294
}
12951295

1296-
pub struct if_family_id {
1297-
pub iffmid_len: u32,
1298-
pub iffmid_id: u32,
1299-
pub iffmid_str: [::c_char; 1],
1300-
}
1301-
13021296
// kern_control.h
13031297
pub struct ctl_info {
13041298
pub ctl_id: u32,

0 commit comments

Comments
 (0)