From f61e203c10124d62b0d1206812caaa568c79de93 Mon Sep 17 00:00:00 2001 From: Felix Lange Date: Mon, 9 May 2016 13:13:44 +0200 Subject: cmd/utils: fix build on *BSD --- cmd/utils/fdlimit_unix.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cmd/utils/fdlimit_unix.go') diff --git a/cmd/utils/fdlimit_unix.go b/cmd/utils/fdlimit_unix.go index 2a6dffc8f..08e153bbd 100644 --- a/cmd/utils/fdlimit_unix.go +++ b/cmd/utils/fdlimit_unix.go @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with go-ethereum. If not, see . -// +build linux darwin +// +build linux darwin netbsd openbsd solaris package utils -- cgit v1.2.3