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

@ -295,9 +295,10 @@ const (
AF_INET6 = 23
AF_NETBIOS = 17
SOCK_STREAM = 1
SOCK_DGRAM = 2
SOCK_RAW = 3
SOCK_STREAM = 1
SOCK_DGRAM = 2
SOCK_RAW = 3
SOCK_SEQPACKET = 5
IPPROTO_IP = 0
IPPROTO_TCP = 6