cmd/utils: fix compilation issue on openbsd (#22511)

This commit is contained in:
Tobias Hildebrandt
2021-03-20 18:54:17 +00:00
committed by GitHub
parent 36b51b8156
commit ec73ec092d
2 changed files with 44 additions and 1 deletions

View File

@ -14,7 +14,7 @@
// You should have received a copy of the GNU Lesser General Public License
// along with the go-ethereum library. If not, see <http://www.gnu.org/licenses/>.
// +build !windows
// +build !windows,!openbsd
package utils