Skip to content

Commit a1fb747

Browse files
committed
openbsd: add KERN_CPUSTATS and increment KERN_MAXID
1 parent 969b650 commit a1fb747

File tree

1 file changed

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

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -668,7 +668,8 @@ pub const KERN_GLOBAL_PTRACE: ::c_int = 81;
668668
pub const KERN_CONSBUFSIZE: ::c_int = 82;
669669
pub const KERN_CONSBUF: ::c_int = 83;
670670
pub const KERN_AUDIO: ::c_int = 84;
671-
pub const KERN_MAXID: ::c_int = 85;
671+
pub const KERN_CPUSTATS: ::c_int = 85;
672+
pub const KERN_MAXID: ::c_int = 86;
672673
pub const KERN_PROC_ALL: ::c_int = 0;
673674
pub const KERN_PROC_PID: ::c_int = 1;
674675
pub const KERN_PROC_PGRP: ::c_int = 2;

0 commit comments

Comments
 (0)