Skip to content

Commit

Permalink
Fix AF_SYSTEM and AF_SYS_CONTROL
Browse files Browse the repository at this point in the history
  • Loading branch information
siegfried committed Dec 23, 2022
1 parent f4bc851 commit f3e653e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/unix/bsd/apple/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3564,11 +3564,11 @@ pub const AF_E164: ::c_int = AF_ISDN;
pub const pseudo_AF_KEY: ::c_int = 29;
pub const AF_INET6: ::c_int = 30;
pub const AF_NATM: ::c_int = 31;
pub const AF_SYSTEM: ::c_int = 32;
pub const AF_SYSTEM: ::c_uchar = 32;
pub const AF_NETBIOS: ::c_int = 33;
pub const AF_PPP: ::c_int = 34;
pub const pseudo_AF_HDRCMPLT: ::c_int = 35;
pub const AF_SYS_CONTROL: ::c_int = 2;
pub const AF_SYS_CONTROL: ::c_ushort = 2;

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

0 comments on commit f3e653e

Please sign in to comment.