aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakob Borg <jakob@nym.se>2014-09-01 17:26:28 +0200
committerJakob Borg <jakob@nym.se>2014-09-01 17:26:28 +0200
commit6ecddd83886023d52a0773a6e63c32f862357ae1 (patch)
tree21a807dde0fd037e100498497980830bef77fcf5
parentbd2772ea4cb78aeb38419667d8d260498e721d02 (diff)
downloadsyncthing-6ecddd83886023d52a0773a6e63c32f862357ae1.tar.gz
syncthing-6ecddd83886023d52a0773a6e63c32f862357ae1.zip
Don't fail build on Solaris
-rw-r--r--cmd/syncthing/perfstats_unix.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/syncthing/perfstats_unix.go b/cmd/syncthing/perfstats_unix.go
index f8aa19ad4..403de2693 100644
--- a/cmd/syncthing/perfstats_unix.go
+++ b/cmd/syncthing/perfstats_unix.go
@@ -2,7 +2,7 @@
// All rights reserved. Use of this source code is governed by an MIT-style
// license that can be found in the LICENSE file.
-// +build !windows
+// +build !solaris,!windows
package main