@@ -1248,12 +1248,6 @@ pub const NET_RT_IFLIST: ::c_int = 3;
1248
1248
pub const NET_RT_STATS : :: c_int = 4 ;
1249
1249
pub const NET_RT_TABLE : :: c_int = 5 ;
1250
1250
pub const NET_RT_IFNAMES : :: c_int = 6 ;
1251
- #[ doc( hidden) ]
1252
- #[ deprecated(
1253
- since = "0.2.95" ,
1254
- note = "Possibly increasing over the releases and might not be so used in the field"
1255
- ) ]
1256
- pub const NET_RT_MAXID : :: c_int = 7 ;
1257
1251
1258
1252
pub const IPV6_JOIN_GROUP : :: c_int = 12 ;
1259
1253
pub const IPV6_LEAVE_GROUP : :: c_int = 13 ;
@@ -1554,21 +1548,16 @@ pub const KERN_NTHREADS: ::c_int = 26;
1554
1548
pub const KERN_OSVERSION : :: c_int = 27 ;
1555
1549
pub const KERN_SOMAXCONN : :: c_int = 28 ;
1556
1550
pub const KERN_SOMINCONN : :: c_int = 29 ;
1557
- #[ deprecated( since = "0.2.71" , note = "Removed in OpenBSD 6.0" ) ]
1558
- pub const KERN_USERMOUNT : :: c_int = 30 ;
1559
1551
pub const KERN_NOSUIDCOREDUMP : :: c_int = 32 ;
1560
1552
pub const KERN_FSYNC : :: c_int = 33 ;
1561
1553
pub const KERN_SYSVMSG : :: c_int = 34 ;
1562
1554
pub const KERN_SYSVSEM : :: c_int = 35 ;
1563
1555
pub const KERN_SYSVSHM : :: c_int = 36 ;
1564
- #[ deprecated( since = "0.2.71" , note = "Removed in OpenBSD 6.0" ) ]
1565
- pub const KERN_ARND : :: c_int = 37 ;
1566
1556
pub const KERN_MSGBUFSIZE : :: c_int = 38 ;
1567
1557
pub const KERN_MALLOCSTATS : :: c_int = 39 ;
1568
1558
pub const KERN_CPTIME : :: c_int = 40 ;
1569
1559
pub const KERN_NCHSTATS : :: c_int = 41 ;
1570
1560
pub const KERN_FORKSTAT : :: c_int = 42 ;
1571
- pub const KERN_NSELCOLL : :: c_int = 43 ;
1572
1561
pub const KERN_TTY : :: c_int = 44 ;
1573
1562
pub const KERN_CCPU : :: c_int = 45 ;
1574
1563
pub const KERN_FSCALE : :: c_int = 46 ;
@@ -1608,11 +1597,6 @@ pub const KERN_AUDIO: ::c_int = 84;
1608
1597
pub const KERN_CPUSTATS : :: c_int = 85 ;
1609
1598
pub const KERN_PFSTATUS : :: c_int = 86 ;
1610
1599
pub const KERN_TIMEOUT_STATS : :: c_int = 87 ;
1611
- #[ deprecated(
1612
- since = "0.2.95" ,
1613
- note = "Possibly increasing over the releases and might not be so used in the field"
1614
- ) ]
1615
- pub const KERN_MAXID : :: c_int = 88 ;
1616
1600
1617
1601
pub const KERN_PROC_ALL : :: c_int = 0 ;
1618
1602
pub const KERN_PROC_PID : :: c_int = 1 ;
0 commit comments