1
0
mirror of https://github.com/golang/go synced 2024-11-23 16:20:04 -07:00

runtime: fix netbsd build

TBR=rsc
R=rsc
CC=golang-codereviews
https://golang.org/cl/140220043
This commit is contained in:
Dmitriy Vyukov 2014-09-04 11:31:39 +04:00
parent d3a2021f71
commit 29225211e1
3 changed files with 3 additions and 3 deletions

View File

@ -149,7 +149,7 @@ struct KeventT {
uint32 flags;
uint32 fflags;
int64 data;
int32 udata;
byte *udata;
};

View File

@ -154,7 +154,7 @@ struct KeventT {
uint32 fflags;
byte Pad_cgo_0[4];
int64 data;
int64 udata;
byte *udata;
};

View File

@ -153,7 +153,7 @@ struct KeventT {
uint32 flags;
uint32 fflags;
int64 data;
int32 udata;
byte *udata;
};