File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed
src/unix/bsd/netbsdlike/openbsd Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -936,6 +936,10 @@ pub const NET_RT_STATS: ::c_int = 4;
936
936
pub const NET_RT_TABLE : :: c_int = 5 ;
937
937
pub const NET_RT_IFNAMES : :: c_int = 6 ;
938
938
#[ doc( hidden) ]
939
+ #[ deprecated(
940
+ since = "0.2.95" ,
941
+ note = "Possibly increasing over the releases and might not be so used in the field"
942
+ ) ]
939
943
pub const NET_RT_MAXID : :: c_int = 7 ;
940
944
941
945
pub const IPV6_JOIN_GROUP : :: c_int = 12 ;
@@ -1272,6 +1276,10 @@ pub const KERN_AUDIO: ::c_int = 84;
1272
1276
pub const KERN_CPUSTATS : :: c_int = 85 ;
1273
1277
pub const KERN_PFSTATUS : :: c_int = 86 ;
1274
1278
pub const KERN_TIMEOUT_STATS : :: c_int = 87 ;
1279
+ #[ deprecated(
1280
+ since = "0.2.95" ,
1281
+ note = "Possibly increasing over the releases and might not be so used in the field"
1282
+ ) ]
1275
1283
pub const KERN_MAXID : :: c_int = 88 ;
1276
1284
1277
1285
pub const KERN_PROC_ALL : :: c_int = 0 ;
You can’t perform that action at this time.
0 commit comments