make libcontainer compile on freebsd (again)
Signed-off-by: Alexey Guskov <lexag@mail.ru>
This commit is contained in:
parent
57a50dd378
commit
f66187d234
|
@ -1,3 +1,5 @@
|
|||
// +build freebsd linux
|
||||
|
||||
package configs
|
||||
|
||||
import "fmt"
|
|
@ -1,4 +1,4 @@
|
|||
// +build linux
|
||||
// +build linux freebsd
|
||||
|
||||
package configs
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// +build linux
|
||||
// +build linux freebsd
|
||||
|
||||
package configs
|
||||
|
|
@ -1,3 +1,5 @@
|
|||
// +build linux freebsd
|
||||
|
||||
package devices
|
||||
|
||||
import (
|
|
@ -1,4 +1,4 @@
|
|||
// +build linux
|
||||
// +build linux freebsd
|
||||
|
||||
package devices
|
||||
|
||||
|
|
|
@ -0,0 +1,5 @@
|
|||
package libcontainer
|
||||
|
||||
type Stats struct {
|
||||
Interfaces []*NetworkInterface
|
||||
}
|
|
@ -1,4 +1,4 @@
|
|||
// +build cgo,linux
|
||||
// +build cgo,linux cgo,freebsd
|
||||
|
||||
package system
|
||||
|
||||
|
|
Loading…
Reference in New Issue