CVSROOT: /cvs Module name: ports Changes by: [email protected] 2019/03/16 07:34:09
Added files:
sysutils/beats/packetbeat/patches:
patch-vendor_github_com_tsg_gopacket_pcap_pcap_go
Log message:
Use cgo correctly.
Go 1.11 and earlier allowed code to use cgo mangled names ("_Ctype_"
prefixed), even though they should be using the cgo prefix ("C.").
Go 1.12 enforces use of the cgo prefix, so fix this here.
ok jasper@ sthen@
