Skip to content

Commit 7e4ece1

Browse files
committed
Auto merge of #1455 - semarie:openbsd-KERN_TIMEOUT_STATS, r=gnzlbg
define KERN_TIMEOUT_STATS and incr KERN_MAXID on OpenBSD `KERN_TIMEOUT_STATS` has been defined in [sys/sysctl.h (1.194)](https://cvsweb.openbsd.org/cgi-bin/cvsweb/src/sys/sys/sysctl.h?rev=1.194&content-type=text/x-cvsweb-markup)
2 parents 0e12753 + 7ddda6f commit 7e4ece1

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)