From 62d3ec4876c205e466ce15bd3c59fe1ea601bd10 Mon Sep 17 00:00:00 2001 From: Anton Lindqvist Date: Sun, 11 Aug 2019 14:53:38 +0200 Subject: sys/openbsd: add speaker descriptions --- executor/syscalls.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'executor/syscalls.h') diff --git a/executor/syscalls.h b/executor/syscalls.h index a46146d06..40ad8e904 100644 --- a/executor/syscalls.h +++ b/executor/syscalls.h @@ -16050,6 +16050,8 @@ const call_t syscalls[] = { {"ioctl$PCIOCGETROM", 54}, {"ioctl$PCIOCREAD", 54}, {"ioctl$PCIOCWRITE", 54}, + {"ioctl$SPKRTONE", 54}, + {"ioctl$SPKRTUNE", 54}, {"ioctl$TIOCCBRK", 54}, {"ioctl$TIOCCDTR", 54}, {"ioctl$TIOCCHKVERAUTH", 54}, @@ -16169,6 +16171,7 @@ const call_t syscalls[] = { {"openat$klog", 321}, {"openat$null", 321}, {"openat$pci", 321}, + {"openat$speaker", 321}, {"openat$tty", 321}, {"openat$vmm", 321}, {"openat$wsdisplay", 321}, -- cgit mrf-deployment