Add the minimal fix to restore being able to compile on Illumos.

This brings in the necessary fix to satisfy #2989 without dragging along
additional vendor updates reverted in #3019.
pull/3024/head
Sean Chittenden 8 years ago
parent 785ff2796f
commit dce9da3bb3
No known key found for this signature in database
GPG Key ID: 4EBC9DC16C2E5E16

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

Loading…
Cancel
Save