mirror of
https://github.com/status-im/consul.git
synced 2025-01-22 19:50:36 +00:00
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.
This commit is contained in:
parent
785ff2796f
commit
dce9da3bb3
1
vendor/github.com/docker/docker/pkg/system/meminfo_solaris.go
generated
vendored
1
vendor/github.com/docker/docker/pkg/system/meminfo_solaris.go
generated
vendored
@ -7,6 +7,7 @@ import (
|
||||
"unsafe"
|
||||
)
|
||||
|
||||
// #cgo CFLAGS: -std=c99
|
||||
// #cgo LDFLAGS: -lkstat
|
||||
// #include <unistd.h>
|
||||
// #include <stdlib.h>
|
||||
|
Loading…
x
Reference in New Issue
Block a user