summary refs log tree commit diff stats
path: root/block.go
diff options
context:
space:
mode:
authorAndinus <andinus@nand.sh>2020-04-15 00:24:55 +0530
committerAndinus <andinus@nand.sh>2020-04-15 00:24:55 +0530
commita129334aefa559e36783347c5243303a6dd8b104 (patch)
treedfd3964ccf879037b14a7a917641963b45e123b9 /block.go
parent0dfcf8cb81daa80aa751a5a40c243e64ee030929 (diff)
downloadlynx-a129334aefa559e36783347c5243303a6dd8b104.tar.gz
Compile for non OpenBSD systems
Previously the compilation would fail for non OpenBSD systems & the
user had to manage it themselves. Now it compiles on non OpenBSD
systems but returns nil immediately because unveil isn't supported on
those systems.
Diffstat (limited to 'block.go')
-rw-r--r--block.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/block.go b/block.go
index c16a1eb..5a46693 100644
--- a/block.go
+++ b/block.go
@@ -1,3 +1,5 @@
+// +build openbsd
+
 package lynx
 
 import "golang.org/x/sys/unix"