mirror of
https://github.com/status-im/consul.git
synced 2025-01-11 06:16:08 +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"
|
"unsafe"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
// #cgo CFLAGS: -std=c99
|
||||||
// #cgo LDFLAGS: -lkstat
|
// #cgo LDFLAGS: -lkstat
|
||||||
// #include <unistd.h>
|
// #include <unistd.h>
|
||||||
// #include <stdlib.h>
|
// #include <stdlib.h>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user