Skip to content
Snippets Groups Projects
Commit 7ddda6fd authored by Sébastien Marie's avatar Sébastien Marie
Browse files

define KERN_TIMEOUT_STATS and incr KERN_MAXID on OpenBSD

parent 2b01f7e6
No related branches found
No related tags found
No related merge requests found
......@@ -1183,7 +1183,8 @@ pub const KERN_CONSBUF: ::c_int = 83;
pub const KERN_AUDIO: ::c_int = 84;
pub const KERN_CPUSTATS: ::c_int = 85;
pub const KERN_PFSTATUS: ::c_int = 86;
pub const KERN_MAXID: ::c_int = 87;
pub const KERN_TIMEOUT_STATS: ::c_int = 87;
pub const KERN_MAXID: ::c_int = 88;
pub const KERN_PROC_ALL: ::c_int = 0;
pub const KERN_PROC_PID: ::c_int = 1;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment