File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
src/unix/bsd/netbsdlike/openbsd Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -1150,12 +1150,14 @@ pub const KERN_NTHREADS: ::c_int = 26;
1150
1150
pub const KERN_OSVERSION : :: c_int = 27 ;
1151
1151
pub const KERN_SOMAXCONN : :: c_int = 28 ;
1152
1152
pub const KERN_SOMINCONN : :: c_int = 29 ;
1153
+ #[ deprecated( since = "0.2.71" , note = "Removed in OpenBSD 6.0" ) ]
1153
1154
pub const KERN_USERMOUNT : :: c_int = 30 ;
1154
1155
pub const KERN_NOSUIDCOREDUMP : :: c_int = 32 ;
1155
1156
pub const KERN_FSYNC : :: c_int = 33 ;
1156
1157
pub const KERN_SYSVMSG : :: c_int = 34 ;
1157
1158
pub const KERN_SYSVSEM : :: c_int = 35 ;
1158
1159
pub const KERN_SYSVSHM : :: c_int = 36 ;
1160
+ #[ deprecated( since = "0.2.71" , note = "Removed in OpenBSD 6.0" ) ]
1159
1161
pub const KERN_ARND : :: c_int = 37 ;
1160
1162
pub const KERN_MSGBUFSIZE : :: c_int = 38 ;
1161
1163
pub const KERN_MALLOCSTATS : :: c_int = 39 ;
You can’t perform that action at this time.
0 commit comments