File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed
src/unix/bsd/freebsdlike/freebsd Expand file tree Collapse file tree 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) {
18241824 // base system anyway.
18251825 "CTL_MAXID" | "KERN_MAXID" | "HW_MAXID" | "USER_MAXID" => true ,
18261826
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+
18271831 // This was renamed in FreeBSD 12.2 and 13 (r352486).
18281832 "CTL_UNSPEC" | "CTL_SYSCTL" => true ,
18291833
Original file line number Diff line number Diff line change @@ -1056,6 +1056,7 @@ pub const HW_MAXID: ::c_int = 13;
10561056#[ deprecated( since = "0.2.54" , note = "Removed in FreeBSD 11" ) ]
10571057pub const USER_MAXID : :: c_int = 21 ;
10581058#[ doc( hidden) ]
1059+ #[ deprecated( since = "0.2.74" , note = "Removed in FreeBSD 13" ) ]
10591060pub const CTL_P1003_1B_MAXID : :: c_int = 26 ;
10601061
10611062pub const MSG_NOTIFICATION : :: c_int = 0x00002000 ;
You can’t perform that action at this time.
0 commit comments