aboutsummaryrefslogtreecommitdiff
path: root/vendor/golang.org/x/net/ipv4/sockopt_posix.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/golang.org/x/net/ipv4/sockopt_posix.go')
-rw-r--r--vendor/golang.org/x/net/ipv4/sockopt_posix.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/golang.org/x/net/ipv4/sockopt_posix.go b/vendor/golang.org/x/net/ipv4/sockopt_posix.go
index 79ac27f..dea6451 100644
--- a/vendor/golang.org/x/net/ipv4/sockopt_posix.go
+++ b/vendor/golang.org/x/net/ipv4/sockopt_posix.go
@@ -2,7 +2,7 @@
2// Use of this source code is governed by a BSD-style 2// Use of this source code is governed by a BSD-style
3// license that can be found in the LICENSE file. 3// license that can be found in the LICENSE file.
4 4
5// +build darwin dragonfly freebsd linux netbsd openbsd solaris windows 5// +build aix darwin dragonfly freebsd linux netbsd openbsd solaris windows
6 6
7package ipv4 7package ipv4
8 8