From 0bbbf3eb3bd39b59d8a462986c0125d19cb05f97 Mon Sep 17 00:00:00 2001 From: Jakob Borg Date: Thu, 26 Feb 2015 08:42:39 +0100 Subject: [PATCH] Compile on Dragonfly --- cmd/syncthing/memsize_unimpl.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/syncthing/memsize_unimpl.go b/cmd/syncthing/memsize_unimpl.go index 70447237..caad7db4 100644 --- a/cmd/syncthing/memsize_unimpl.go +++ b/cmd/syncthing/memsize_unimpl.go @@ -13,7 +13,7 @@ // You should have received a copy of the GNU General Public License along // with this program. If not, see . -// +build freebsd openbsd +// +build freebsd openbsd dragonfly package main