diff options
Diffstat (limited to 'conn/mark_unix.go')
-rw-r--r-- | conn/mark_unix.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/conn/mark_unix.go b/conn/mark_unix.go index c29f247..18eb581 100644 --- a/conn/mark_unix.go +++ b/conn/mark_unix.go @@ -1,4 +1,4 @@ -// +build android openbsd freebsd +// +build linux openbsd freebsd /* SPDX-License-Identifier: MIT * @@ -26,7 +26,7 @@ func init() { } } -func (bind *nativeBind) SetMark(mark uint32) error { +func (bind *StdNetBind) SetMark(mark uint32) error { var operr error if fwmarkIoctl == 0 { return nil |