Merge pull request #3024 from sean-/f-illumos-duex

Add the minimal fix to restore being able to compile on Illumos.
This commit is contained in:
James Phillips 2017-05-09 11:04:35 -07:00 committed by GitHub
commit 673a038691

View file

@ -7,6 +7,7 @@ import (
"unsafe"
)
// #cgo CFLAGS: -std=c99
// #cgo LDFLAGS: -lkstat
// #include <unistd.h>
// #include <stdlib.h>