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

Unified Diff: src/pkg/syscall/zerrors_freebsd_amd64.go

Issue 9373046: code review 9373046: syscall: add IPv6 socket options for Unix variants (Closed)
Patch Set: diff -r a1fb1560e22e https://code.google.com/p/go Created 11 years, 10 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 | « src/pkg/syscall/zerrors_freebsd_386.go ('k') | src/pkg/syscall/zerrors_freebsd_arm.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/pkg/syscall/zerrors_freebsd_amd64.go
===================================================================
--- a/src/pkg/syscall/zerrors_freebsd_amd64.go
+++ b/src/pkg/syscall/zerrors_freebsd_amd64.go
@@ -461,6 +461,7 @@
F_WRLCK = 0x3
HUPCL = 0x4000
ICANON = 0x100
+ ICMP6_FILTER = 0x12
ICRNL = 0x100
IEXTEN = 0x400
IFAN_ARRIVAL = 0x0
« no previous file with comments | « src/pkg/syscall/zerrors_freebsd_386.go ('k') | src/pkg/syscall/zerrors_freebsd_arm.go » ('j') | no next file with comments »

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