diff options
| author | Ophestra <cat@gensokyo.uk> | 2026-02-28 20:47:23 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2026-02-28 20:48:30 +0900 |
| commit | ad8f799703a4bf8d87741890ba831856af2dd145 (patch) | |
| tree | 26877d60bb5bd03fb98f85b28a9a99bad1d96f6d /container/netlink.go | |
| parent | c74c269b66770f0eddde255d2805b79f274409e9 (diff) | |
container/std: rename seccomp types
Aliases will be kept until 0.4.
Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'container/netlink.go')
| -rw-r--r-- | container/netlink.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/container/netlink.go b/container/netlink.go index 063494ee..412f964e 100644 --- a/container/netlink.go +++ b/container/netlink.go @@ -99,7 +99,7 @@ done: } if m.Header.Type == NLMSG_ERROR { if len(m.Data) >= 4 { - errno := Errno(-std.ScmpInt(binary.NativeEndian.Uint32(m.Data))) + errno := Errno(-std.Int(binary.NativeEndian.Uint32(m.Data))) if errno == 0 { return nil } |
