From b8e85267cf22528a96cefba5f86bac5958ce0c58 Mon Sep 17 00:00:00 2001 From: "Jason A. Donenfeld" Date: Sun, 3 Mar 2019 05:01:06 +0100 Subject: boundif: introduce API for socket binding --- device/mark_unix.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'device/mark_unix.go') diff --git a/device/mark_unix.go b/device/mark_unix.go index ee64cc9..a791c71 100644 --- a/device/mark_unix.go +++ b/device/mark_unix.go @@ -25,7 +25,7 @@ func init() { } } -func (bind *NativeBind) SetMark(mark uint32) error { +func (bind *nativeBind) SetMark(mark uint32) error { var operr error if fwmarkIoctl == 0 { return nil -- cgit v1.2.3-59-g8ed1b