diff options
Diffstat (limited to 'device/mark_unix.go')
-rw-r--r-- | device/mark_unix.go | 2 |
1 files changed, 1 insertions, 1 deletions
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 |