summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/miekg/dns/internal/socket/cmsghdr_other.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/miekg/dns/internal/socket/cmsghdr_other.go')
-rw-r--r--vendor/github.com/miekg/dns/internal/socket/cmsghdr_other.go13
1 files changed, 0 insertions, 13 deletions
diff --git a/vendor/github.com/miekg/dns/internal/socket/cmsghdr_other.go b/vendor/github.com/miekg/dns/internal/socket/cmsghdr_other.go
deleted file mode 100644
index 8078487c8..000000000
--- a/vendor/github.com/miekg/dns/internal/socket/cmsghdr_other.go
+++ /dev/null
@@ -1,13 +0,0 @@
-// +build !linux
-
-package socket
-
-type cmsghdr struct{}
-
-const sizeofCmsghdr = 0
-
-func (h *cmsghdr) len() int { return 0 }
-func (h *cmsghdr) lvl() int { return 0 }
-func (h *cmsghdr) typ() int { return 0 }
-
-func (h *cmsghdr) set(l, lvl, typ int) {}