File tree 2 files changed +5
-0
lines changed
src/unix/bsd/freebsdlike/freebsd
2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -1824,6 +1824,10 @@ fn test_freebsd(target: &str) {
1824
1824
// base system anyway.
1825
1825
"CTL_MAXID" | "KERN_MAXID" | "HW_MAXID" | "USER_MAXID" => true ,
1826
1826
1827
+ // This constant was removed in FreeBSD 13 (svn r363622), and never
1828
+ // had any legitimate use outside of the base system anyway.
1829
+ "CTL_P1003_1B_MAXID" => true ,
1830
+
1827
1831
// This was renamed in FreeBSD 12.2 and 13 (r352486).
1828
1832
"CTL_UNSPEC" | "CTL_SYSCTL" => true ,
1829
1833
Original file line number Diff line number Diff line change @@ -1056,6 +1056,7 @@ pub const HW_MAXID: ::c_int = 13;
1056
1056
#[ deprecated( since = "0.2.54" , note = "Removed in FreeBSD 11" ) ]
1057
1057
pub const USER_MAXID : :: c_int = 21 ;
1058
1058
#[ doc( hidden) ]
1059
+ #[ deprecated( since = "0.2.74" , note = "Removed in FreeBSD 13" ) ]
1059
1060
pub const CTL_P1003_1B_MAXID : :: c_int = 26 ;
1060
1061
1061
1062
pub const MSG_NOTIFICATION : :: c_int = 0x00002000 ;
You can’t perform that action at this time.
0 commit comments