aboutsummaryrefslogtreecommitdiffstats
path: root/sys/decl.go
diff options
context:
space:
mode:
Diffstat (limited to 'sys/decl.go')
-rw-r--r--sys/decl.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/decl.go b/sys/decl.go
index 77fbfbc51..6b4d24f37 100644
--- a/sys/decl.go
+++ b/sys/decl.go
@@ -193,7 +193,7 @@ type ProcType struct {
type CsumKind int
const (
- CsumIPv4 CsumKind = iota
+ CsumInet CsumKind = iota
CsumTCP
CsumUDP
)