1
0
mirror of https://github.com/golang/go synced 2024-11-22 00:54:43 -07:00

syscall: attempt to fix windows build, supply missing constant

R=r, brainman, rsc1
CC=golang-dev
https://golang.org/cl/4023043
This commit is contained in:
Andrew Gerrand 2011-01-20 12:41:59 +11:00
parent 4a7fed4d90
commit 0b08119adc

View File

@ -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