From 9042b6605c259e55378a1f0eefc24b43363bb55b Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Sat, 26 Sep 2020 12:11:51 -0700 Subject: [PATCH] net: add hurd build tag Patch from Svante Signell. Reviewed-on: https://go-review.googlesource.com/c/gofrontend/+/257857 --- gcc/go/gofrontend/MERGE | 2 +- libgo/go/net/fd_posix.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gcc/go/gofrontend/MERGE b/gcc/go/gofrontend/MERGE index daa0d2d6177..314ffd2efab 100644 --- a/gcc/go/gofrontend/MERGE +++ b/gcc/go/gofrontend/MERGE @@ -1,4 +1,4 @@ -2357468ae9b071de0e2ebe6574d78572967b7183 +9e55baf44ab63ba06af0b57038e7b3aab8216222 The first line of this file holds the git revision number of the last merge done from the gofrontend repository. diff --git a/libgo/go/net/fd_posix.go b/libgo/go/net/fd_posix.go index 53abd152c7c..b2f99bc7da3 100644 --- a/libgo/go/net/fd_posix.go +++ b/libgo/go/net/fd_posix.go @@ -2,7 +2,7 @@ // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. -// +build aix darwin dragonfly freebsd linux netbsd openbsd solaris windows +// +build aix darwin dragonfly freebsd hurd linux netbsd openbsd solaris windows package net -- 2.30.2