summary refs log tree commit diff stats
path: root/commands_other.go
diff options
context:
space:
mode:
Diffstat (limited to 'commands_other.go')
-rw-r--r--commands_other.go9
1 files changed, 9 insertions, 0 deletions
diff --git a/commands_other.go b/commands_other.go
new file mode 100644
index 0000000..794d18b
--- /dev/null
+++ b/commands_other.go
@@ -0,0 +1,9 @@
+// +build !openbsd
+
+package lynx
+
+// UnveilCommands takes a slice of commands & unveils them one by one,
+// it does nothing on non OpenBSD systems.
+func UnveilCommands(_ []string) error {
+	return nil
+}