add KERN_AUDIO and inc KERN_MAXID on OpenBSD
This commit is contained in:
parent
c70efd87cd
commit
14f6cf8c6a
@ -653,7 +653,8 @@ pub const KERN_PROC_VMMAP: ::c_int = 80;
|
||||
pub const KERN_GLOBAL_PTRACE: ::c_int = 81;
|
||||
pub const KERN_CONSBUFSIZE: ::c_int = 82;
|
||||
pub const KERN_CONSBUF: ::c_int = 83;
|
||||
pub const KERN_MAXID: ::c_int = 84;
|
||||
pub const KERN_AUDIO: ::c_int = 84;
|
||||
pub const KERN_MAXID: ::c_int = 85;
|
||||
pub const KERN_PROC_ALL: ::c_int = 0;
|
||||
pub const KERN_PROC_PID: ::c_int = 1;
|
||||
pub const KERN_PROC_PGRP: ::c_int = 2;
|
||||
|
Loading…
Reference in New Issue
Block a user