Skip to content

Commit

Permalink
Fix type of PF_SYSTEM
Browse files Browse the repository at this point in the history
  • Loading branch information
siegfried committed Jan 8, 2023
1 parent 2dc93f3 commit 6761b10
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 @@ -3606,7 +3606,7 @@ pub const PF_ISDN: ::c_int = AF_ISDN;
pub const PF_KEY: ::c_int = pseudo_AF_KEY;
pub const PF_INET6: ::c_int = AF_INET6;
pub const PF_NATM: ::c_int = AF_NATM;
pub const PF_SYSTEM: ::c_uchar = AF_SYSTEM;
pub const PF_SYSTEM: ::c_int = 32;
pub const PF_NETBIOS: ::c_int = AF_NETBIOS;
pub const PF_PPP: ::c_int = AF_PPP;

Expand Down

0 comments on commit 6761b10

Please sign in to comment.