diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2016-11-29 16:51:56 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-11-29 16:51:56 +0100 |
| commit | 72e9b239f4d6b71e43acee4ca76de04e893400e8 (patch) | |
| tree | 738f4d5b78ecf30aa6bb4b9f800c76029eb9bdac /sys/decl.go | |
| parent | 4278c63e64234425ea1655e3207d85b627fc17f2 (diff) | |
| parent | 2429a7b0340cfbc809470c0c124be7c471ac3eb1 (diff) | |
Merge pull request #97 from xairy/inaddr-template
Move inaddr and sockaddr descriptions to templates
Diffstat (limited to 'sys/decl.go')
| -rw-r--r-- | sys/decl.go | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/decl.go b/sys/decl.go index 0533c3770..bb82cfa18 100644 --- a/sys/decl.go +++ b/sys/decl.go @@ -104,7 +104,6 @@ const ( BufferBlobRange BufferString BufferFilename - BufferSockaddr ) type BufferType struct { @@ -206,7 +205,6 @@ type IntKind int const ( IntPlain IntKind = iota IntSignalno - IntInaddr IntFileoff // offset within a file IntRange ) |
