diff options
| author | Anton Lindqvist <anton@basename.se> | 2019-06-29 23:26:06 +0200 |
|---|---|---|
| committer | Anton Lindqvist <anton@basename.se> | 2019-06-30 20:34:23 +0200 |
| commit | 699d6448c8e087ef95dbe7d3fa79ef20bcf833b5 (patch) | |
| tree | f1301c7435b9c1b33b3dd85235584119f9faccdf /executor | |
| parent | 7509bf360eba1461ac6059e4cacfbc29c9d2d4c7 (diff) | |
sys/openbsd: add missing WSDISPLAYIO_SBURNER ioctl command
Diffstat (limited to 'executor')
| -rw-r--r-- | executor/defs.h | 2 | ||||
| -rw-r--r-- | executor/syscalls.h | 1 |
2 files changed, 2 insertions, 1 deletions
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}, |
