1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

Fix VFS build tags

Signed-off-by: John Howard <jhoward@microsoft.com>
This commit is contained in:
John Howard 2015-10-05 15:52:09 -07:00
parent aac5c44c10
commit 7db08b4e62
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
// +build linux windows
// +build daemon
package vfs

View file

@ -1,3 +1,3 @@
// +build !linux,!windows
// +build !daemon
package vfs