aboutsummaryrefslogtreecommitdiffstats
path: root/executor/syscalls.h
diff options
context:
space:
mode:
authorAnton Lindqvist <anton@basename.se>2019-06-29 23:26:06 +0200
committerAnton Lindqvist <anton@basename.se>2019-06-30 20:34:23 +0200
commit699d6448c8e087ef95dbe7d3fa79ef20bcf833b5 (patch)
treef1301c7435b9c1b33b3dd85235584119f9faccdf /executor/syscalls.h
parent7509bf360eba1461ac6059e4cacfbc29c9d2d4c7 (diff)
sys/openbsd: add missing WSDISPLAYIO_SBURNER ioctl command
Diffstat (limited to 'executor/syscalls.h')
-rw-r--r--executor/syscalls.h1
1 files changed, 1 insertions, 0 deletions
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},