Skip to content

Commit 6a26836

Browse files
committed
Change AF_SYS_CONTROL
1 parent 624a424 commit 6a26836

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/unix/bsd/apple/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4073,7 +4073,7 @@ pub const pseudo_AF_HDRCMPLT: c_int = 35;
40734073
pub const AF_IEEE80211: c_int = 37;
40744074
pub const AF_UTUN: c_int = 38;
40754075
pub const AF_VSOCK: c_int = 40;
4076-
pub const AF_SYS_CONTROL: c_ushort = 2;
4076+
pub const AF_SYS_CONTROL: u16 = 2;
40774077

40784078
pub const SYSPROTO_EVENT: c_int = 1;
40794079
pub const SYSPROTO_CONTROL: c_int = 2;

0 commit comments

Comments
 (0)