Skip to content

Commit

Permalink
Change AF_SYS_CONTROL
Browse files Browse the repository at this point in the history
  • Loading branch information
siegfried committed Feb 23, 2025
1 parent 624a424 commit 6a26836
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/unix/bsd/apple/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4073,7 +4073,7 @@ pub const pseudo_AF_HDRCMPLT: c_int = 35;
pub const AF_IEEE80211: c_int = 37;
pub const AF_UTUN: c_int = 38;
pub const AF_VSOCK: c_int = 40;
pub const AF_SYS_CONTROL: c_ushort = 2;
pub const AF_SYS_CONTROL: u16 = 2;

pub const SYSPROTO_EVENT: c_int = 1;
pub const SYSPROTO_CONTROL: c_int = 2;
Expand Down

0 comments on commit 6a26836

Please sign in to comment.