aboutsummaryrefslogtreecommitdiffstats
path: root/vm/vmimpl/console_openbsd.go
diff options
context:
space:
mode:
Diffstat (limited to 'vm/vmimpl/console_openbsd.go')
-rw-r--r--vm/vmimpl/console_openbsd.go12
1 files changed, 12 insertions, 0 deletions
diff --git a/vm/vmimpl/console_openbsd.go b/vm/vmimpl/console_openbsd.go
new file mode 100644
index 000000000..d7e3487c4
--- /dev/null
+++ b/vm/vmimpl/console_openbsd.go
@@ -0,0 +1,12 @@
+// Copyright 2017 syzkaller project authors. All rights reserved.
+// Use of this source code is governed by Apache 2 LICENSE that can be found in the LICENSE file.
+
+package vmimpl
+
+// Merely to fix build.
+const (
+ unixCBAUD = 0
+ unixCRTSCTS = 0
+ syscallTCGETS = 0
+ syscallTCSETS = 0
+)