Commit 0b08119a authored by Andrew Gerrand's avatar Andrew Gerrand

syscall: attempt to fix windows build, supply missing constant

R=r, brainman, rsc1
CC=golang-dev
https://golang.org/cl/4023043
parent 4a7fed4d
...@@ -298,6 +298,7 @@ const ( ...@@ -298,6 +298,7 @@ const (
SOCK_STREAM = 1 SOCK_STREAM = 1
SOCK_DGRAM = 2 SOCK_DGRAM = 2
SOCK_RAW = 3 SOCK_RAW = 3
SOCK_SEQPACKET = 5
IPPROTO_IP = 0 IPPROTO_IP = 0
IPPROTO_TCP = 6 IPPROTO_TCP = 6
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment