Fix VFS build tags

Signed-off-by: John Howard <jhoward@microsoft.com>
Upstream-commit: 7db08b4e62555055031ad6228221dc8c11ebe6a2
Component: engine
This commit is contained in:
John Howard
2015-10-05 15:52:09 -07:00
parent 9d1d2940bc
commit 98d72c0286
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