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

Add the minimal fix to restore being able to compile on Illumos.
pull/3017/merge
James Phillips 8 years ago committed by GitHub
commit 3a8c6b8a65

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

Loading…
Cancel
Save