Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(1614)

Unified Diff: ipv6/syscall_unix.go

Issue 91770049: code review 91770049: go.net/ipv6: add support for dragonfly (Closed)
Patch Set: diff -r c74c376caac2 https://code.google.com/p/go.net Created 10 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ipv6/sys_unix.go ('k') | ipv6/unicast_test.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ipv6/syscall_unix.go
===================================================================
--- a/ipv6/syscall_unix.go
+++ b/ipv6/syscall_unix.go
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
-// +build darwin freebsd linux,amd64 linux,arm netbsd openbsd
+// +build darwin dragonfly freebsd linux,amd64 linux,arm netbsd openbsd
package ipv6
« no previous file with comments | « ipv6/sys_unix.go ('k') | ipv6/unicast_test.go » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b