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/defs.h | 2 +- executor/syscalls.h | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'executor') diff --git a/executor/defs.h b/executor/defs.h index d95994099..0898ea0f3 100644 --- a/executor/defs.h +++ b/executor/defs.h @@ -140,7 +140,7 @@ #if GOARCH_amd64 #define GOARCH "amd64" -#define SYZ_REVISION "6255253f9674826c8aeacb80503607f3c81dade2" +#define SYZ_REVISION "7f4015fe5d4b3777d30d2d5dd379e3de766e0e8e" #define SYZ_EXECUTOR_USES_FORK_SERVER 1 #define SYZ_EXECUTOR_USES_SHMEM 1 #define SYZ_PAGE_SIZE 4096 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