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;
11501150pub const KERN_OSVERSION : :: c_int = 27 ;
11511151pub const KERN_SOMAXCONN : :: c_int = 28 ;
11521152pub const KERN_SOMINCONN : :: c_int = 29 ;
1153+ #[ deprecated( since = "0.2.71" , note = "Removed in OpenBSD 6.0" ) ]
11531154pub const KERN_USERMOUNT : :: c_int = 30 ;
11541155pub const KERN_NOSUIDCOREDUMP : :: c_int = 32 ;
11551156pub const KERN_FSYNC : :: c_int = 33 ;
11561157pub const KERN_SYSVMSG : :: c_int = 34 ;
11571158pub const KERN_SYSVSEM : :: c_int = 35 ;
11581159pub const KERN_SYSVSHM : :: c_int = 36 ;
1160+ #[ deprecated( since = "0.2.71" , note = "Removed in OpenBSD 6.0" ) ]
11591161pub const KERN_ARND : :: c_int = 37 ;
11601162pub const KERN_MSGBUFSIZE : :: c_int = 38 ;
11611163pub const KERN_MALLOCSTATS : :: c_int = 39 ;
You can’t perform that action at this time.
0 commit comments