Skip to content

Commit 6761b10

Browse files
committed
Fix type of PF_SYSTEM
1 parent 2dc93f3 commit 6761b10

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
@@ -3606,7 +3606,7 @@ pub const PF_ISDN: ::c_int = AF_ISDN;
36063606
pub const PF_KEY: ::c_int = pseudo_AF_KEY;
36073607
pub const PF_INET6: ::c_int = AF_INET6;
36083608
pub const PF_NATM: ::c_int = AF_NATM;
3609-
pub const PF_SYSTEM: ::c_uchar = AF_SYSTEM;
3609+
pub const PF_SYSTEM: ::c_int = 32;
36103610
pub const PF_NETBIOS: ::c_int = AF_NETBIOS;
36113611
pub const PF_PPP: ::c_int = AF_PPP;
36123612

0 commit comments

Comments
 (0)