summary refs log blame commit diff stats
path: root/block_other.go
blob: 65b7131445f3a1322a9301da4b9b794ab7bf371f (plain) (tree)
1
2
3
4
5
6
7
8
9








                                                                 
// +build !openbsd

package lynx

// UnveilBlock is just a wrapper around unix.UnveilBlock, it does
// nothing on non OpenBSD systems.
func UnveilBlock() error {
	return nil
}