From 699d6448c8e087ef95dbe7d3fa79ef20bcf833b5 Mon Sep 17 00:00:00 2001 From: Anton Lindqvist Date: Sat, 29 Jun 2019 23:26:06 +0200 Subject: sys/openbsd: add missing WSDISPLAYIO_SBURNER ioctl command --- executor/syscalls.h | 1 + 1 file changed, 1 insertion(+) (limited to 'executor/syscalls.h') diff --git a/executor/syscalls.h b/executor/syscalls.h index bf68d080e..1c66634dd 100644 --- a/executor/syscalls.h +++ b/executor/syscalls.h @@ -15971,6 +15971,7 @@ const call_t syscalls[] = { {"ioctl$WSDISPLAYIO_GVIDEO", 54}, {"ioctl$WSDISPLAYIO_LDFONT", 54}, {"ioctl$WSDISPLAYIO_LSFONT", 54}, + {"ioctl$WSDISPLAYIO_SBURNER", 54}, {"ioctl$WSDISPLAYIO_SETSCREEN", 54}, {"ioctl$WSDISPLAYIO_SMODE", 54}, {"ioctl$WSDISPLAYIO_SVIDEO", 54}, -- cgit mrf-deployment