diff options
author | Felix Lange <fjl@twurst.com> | 2016-05-09 19:13:44 +0800 |
---|---|---|
committer | Felix Lange <fjl@twurst.com> | 2016-05-09 19:13:44 +0800 |
commit | f61e203c10124d62b0d1206812caaa568c79de93 (patch) | |
tree | d3d85bd25063c782e2b8102fdce05dddad784299 /cmd/utils/fdlimit_unix.go | |
parent | f821b0188a27bca08cada87c5b746ef9455a2e96 (diff) | |
download | go-tangerine-f61e203c10124d62b0d1206812caaa568c79de93.tar go-tangerine-f61e203c10124d62b0d1206812caaa568c79de93.tar.gz go-tangerine-f61e203c10124d62b0d1206812caaa568c79de93.tar.bz2 go-tangerine-f61e203c10124d62b0d1206812caaa568c79de93.tar.lz go-tangerine-f61e203c10124d62b0d1206812caaa568c79de93.tar.xz go-tangerine-f61e203c10124d62b0d1206812caaa568c79de93.tar.zst go-tangerine-f61e203c10124d62b0d1206812caaa568c79de93.zip |
cmd/utils: fix build on *BSD
Diffstat (limited to 'cmd/utils/fdlimit_unix.go')
-rw-r--r-- | cmd/utils/fdlimit_unix.go | 2 |
1 files changed, 1 insertions, 1 deletions
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 <http://www.gnu.org/licenses/>. -// +build linux darwin +// +build linux darwin netbsd openbsd solaris package utils |