We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b01f7e commit 7ddda6fCopy full SHA for 7ddda6f
src/unix/bsd/netbsdlike/openbsd/mod.rs
@@ -1183,7 +1183,8 @@ pub const KERN_CONSBUF: ::c_int = 83;
1183
pub const KERN_AUDIO: ::c_int = 84;
1184
pub const KERN_CPUSTATS: ::c_int = 85;
1185
pub const KERN_PFSTATUS: ::c_int = 86;
1186
-pub const KERN_MAXID: ::c_int = 87;
+pub const KERN_TIMEOUT_STATS: ::c_int = 87;
1187
+pub const KERN_MAXID: ::c_int = 88;
1188
1189
pub const KERN_PROC_ALL: ::c_int = 0;
1190
pub const KERN_PROC_PID: ::c_int = 1;
0 commit comments