From bbf320c477ea10a28c2199187f6f29b3dcb07bcb Mon Sep 17 00:00:00 2001 From: "Jason A. Donenfeld" Date: Thu, 24 May 2018 17:53:00 +0200 Subject: Back to sticky sockets on android --- conn_default.go | 2 +- conn_linux.go | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/conn_default.go b/conn_default.go index 14ed56c..bd1b08b 100644 --- a/conn_default.go +++ b/conn_default.go @@ -1,4 +1,4 @@ -// +build !linux android +// +build !linux /* SPDX-License-Identifier: GPL-2.0 * diff --git a/conn_linux.go b/conn_linux.go index 0227f04..bde4416 100644 --- a/conn_linux.go +++ b/conn_linux.go @@ -1,5 +1,3 @@ -// +build !android - /* SPDX-License-Identifier: GPL-2.0 * * Copyright (C) 2017-2018 Jason A. Donenfeld . All Rights Reserved. -- cgit v1.2.3-59-g8ed1b