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 c70efd8 commit 14f6cf8Copy full SHA for 14f6cf8
src/unix/bsd/netbsdlike/openbsdlike/mod.rs
@@ -653,7 +653,8 @@ pub const KERN_PROC_VMMAP: ::c_int = 80;
653
pub const KERN_GLOBAL_PTRACE: ::c_int = 81;
654
pub const KERN_CONSBUFSIZE: ::c_int = 82;
655
pub const KERN_CONSBUF: ::c_int = 83;
656
-pub const KERN_MAXID: ::c_int = 84;
+pub const KERN_AUDIO: ::c_int = 84;
657
+pub const KERN_MAXID: ::c_int = 85;
658
pub const KERN_PROC_ALL: ::c_int = 0;
659
pub const KERN_PROC_PID: ::c_int = 1;
660
pub const KERN_PROC_PGRP: ::c_int = 2;
0 commit comments