We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c12fc0d commit e77c319Copy full SHA for e77c319
src/unix/bsd/apple/mod.rs
@@ -3564,11 +3564,11 @@ pub const AF_E164: ::c_int = AF_ISDN;
3564
pub const pseudo_AF_KEY: ::c_int = 29;
3565
pub const AF_INET6: ::c_int = 30;
3566
pub const AF_NATM: ::c_int = 31;
3567
-pub const AF_SYSTEM: ::c_int = 32;
+pub const AF_SYSTEM: ::c_uchar = 32;
3568
pub const AF_NETBIOS: ::c_int = 33;
3569
pub const AF_PPP: ::c_int = 34;
3570
pub const pseudo_AF_HDRCMPLT: ::c_int = 35;
3571
-pub const AF_SYS_CONTROL: ::c_int = 2;
+pub const AF_SYS_CONTROL: ::c_ushort = 2;
3572
3573
pub const SYSPROTO_EVENT: ::c_int = 1;
3574
pub const SYSPROTO_CONTROL: ::c_int = 2;
0 commit comments