]> git.ipfire.org Git - thirdparty/wireguard-go.git/commitdiff
Back to sticky sockets on android
authorJason A. Donenfeld <Jason@zx2c4.com>
Thu, 24 May 2018 15:53:00 +0000 (17:53 +0200)
committerJason A. Donenfeld <Jason@zx2c4.com>
Thu, 24 May 2018 15:53:00 +0000 (17:53 +0200)
conn_default.go
conn_linux.go

index 14ed56cbda28e6b968714131a47964d195a5374b..bd1b08b0da05ce7e590616a07cb043f78400d7e6 100644 (file)
@@ -1,4 +1,4 @@
-// +build !linux android
+// +build !linux
 
 /* SPDX-License-Identifier: GPL-2.0
  *
index 0227f044b3395a50ab77ee4a7a82029a9499c410..bde441617f0ac57ccee098be2ac3af9902839da2 100644 (file)
@@ -1,5 +1,3 @@
-// +build !android
-
 /* SPDX-License-Identifier: GPL-2.0
  *
  * Copyright (C) 2017-2018 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.