summaryrefslogtreecommitdiffstats
path: root/Godeps/_workspace/src/code.google.com/p/go.net/ipv6/sys_unix.go
diff options
context:
space:
mode:
Diffstat (limited to 'Godeps/_workspace/src/code.google.com/p/go.net/ipv6/sys_unix.go')
-rw-r--r--Godeps/_workspace/src/code.google.com/p/go.net/ipv6/sys_unix.go16
1 files changed, 0 insertions, 16 deletions
diff --git a/Godeps/_workspace/src/code.google.com/p/go.net/ipv6/sys_unix.go b/Godeps/_workspace/src/code.google.com/p/go.net/ipv6/sys_unix.go
deleted file mode 100644
index 40cdfc4d83..0000000000
--- a/Godeps/_workspace/src/code.google.com/p/go.net/ipv6/sys_unix.go
+++ /dev/null
@@ -1,16 +0,0 @@
-// Copyright 2013 The Go Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style
-// license that can be found in the LICENSE file.
-
-// +build darwin freebsd linux netbsd openbsd
-
-package ipv6
-
-import "syscall"
-
-const sysSizeofMTUInfo = 0x20
-
-type sysMTUInfo struct {
- Addr syscall.RawSockaddrInet6
- MTU uint32
-}