aboutsummaryrefslogtreecommitdiffstats
path: root/go
diff options
context:
space:
mode:
authorAndrew G. Morgan <morgan@kernel.org>2019-11-30 13:27:38 -0800
committerAndrew G. Morgan <morgan@kernel.org>2019-11-30 13:28:12 -0800
commit80b3d5c075606b60d6f4de6743100ab2da582fde (patch)
treeb24bf2c2c49cbf6b2f97d69f5eb46cf5f8405543 /go
parent6b70ff3409402562de74202d30c223a66c57a311 (diff)
downloadplatform_external_libcap-80b3d5c075606b60d6f4de6743100ab2da582fde.tar.gz
platform_external_libcap-80b3d5c075606b60d6f4de6743100ab2da582fde.tar.bz2
platform_external_libcap-80b3d5c075606b60d6f4de6743100ab2da582fde.zip
Update go patch and location
Signed-off-by: Andrew G. Morgan <morgan@kernel.org>
Diffstat (limited to 'go')
-rw-r--r--go/web.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/go/web.go b/go/web.go
index f22ba98..0d5a943 100644
--- a/go/web.go
+++ b/go/web.go
@@ -6,7 +6,7 @@
// the system calls that change kernel state. A patch for the Go
// compiler/runtime to add this support is available here [2019-11-16]:
//
-// https://git.kernel.org/pub/scm/libs/libcap/libcap.git/tree/contrib/go.patch
+// https://git.kernel.org/pub/scm/libs/libcap/libcap.git/tree/contrib/golang/go.patch
//
// To set this up, compile and empower this binary as follows (package
// libcap/cap should be installed):