Skip to content

Commit 14f6cf8

Browse files
committed
add KERN_AUDIO and inc KERN_MAXID on OpenBSD
1 parent c70efd8 commit 14f6cf8

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
@@ -653,7 +653,8 @@ pub const KERN_PROC_VMMAP: ::c_int = 80;
653653
pub const KERN_GLOBAL_PTRACE: ::c_int = 81;
654654
pub const KERN_CONSBUFSIZE: ::c_int = 82;
655655
pub const KERN_CONSBUF: ::c_int = 83;
656-
pub const KERN_MAXID: ::c_int = 84;
656+
pub const KERN_AUDIO: ::c_int = 84;
657+
pub const KERN_MAXID: ::c_int = 85;
657658
pub const KERN_PROC_ALL: ::c_int = 0;
658659
pub const KERN_PROC_PID: ::c_int = 1;
659660
pub const KERN_PROC_PGRP: ::c_int = 2;

0 commit comments

Comments
 (0)