mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
projectquota: build types and unsupported stubs everywhere
Signed-off-by: Timo Rothenpieler <timo@rothenpieler.org>
This commit is contained in:
parent
31ed121cb8
commit
6f1553625d
2 changed files with 1 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
// +build linux,exclude_disk_quota linux,!cgo
|
||||
// +build linux,exclude_disk_quota linux,!cgo !linux
|
||||
|
||||
package quota // import "github.com/docker/docker/daemon/graphdriver/quota"
|
||||
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
// +build linux
|
||||
|
||||
package quota // import "github.com/docker/docker/daemon/graphdriver/quota"
|
||||
|
||||
import "sync"
|
||||
|
|
Loading…
Add table
Reference in a new issue