Skip to content

Commit 7ddda6f

Browse files
committed
define KERN_TIMEOUT_STATS and incr KERN_MAXID on OpenBSD
1 parent 2b01f7e commit 7ddda6f

File tree

1 file changed

+2
-1
lines changed
  • src/unix/bsd/netbsdlike/openbsd

1 file changed

+2
-1
lines changed

src/unix/bsd/netbsdlike/openbsd/mod.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1183,7 +1183,8 @@ pub const KERN_CONSBUF: ::c_int = 83;
11831183
pub const KERN_AUDIO: ::c_int = 84;
11841184
pub const KERN_CPUSTATS: ::c_int = 85;
11851185
pub const KERN_PFSTATUS: ::c_int = 86;
1186-
pub const KERN_MAXID: ::c_int = 87;
1186+
pub const KERN_TIMEOUT_STATS: ::c_int = 87;
1187+
pub const KERN_MAXID: ::c_int = 88;
11871188

11881189
pub const KERN_PROC_ALL: ::c_int = 0;
11891190
pub const KERN_PROC_PID: ::c_int = 1;

0 commit comments

Comments
 (0)