aboutsummaryrefslogtreecommitdiff
path: root/sysutils/ctop/files
diff options
context:
space:
mode:
authorDmitri Goutnik <dmgk@FreeBSD.org>2020-10-30 17:15:14 +0000
committerDmitri Goutnik <dmgk@FreeBSD.org>2020-10-30 17:15:14 +0000
commit6ecb02054eb22d0cfcd1a04e5cac8a6a6d2125d6 (patch)
tree7c115a6ea2f3e02a66675d48064939c868720ade /sysutils/ctop/files
parente1bbd23bf5a952d90d38baf2fcaa162d4f11083a (diff)
downloadports-6ecb02054eb22d0cfcd1a04e5cac8a6a6d2125d6.tar.gz
ports-6ecb02054eb22d0cfcd1a04e5cac8a6a6d2125d6.zip
sysutils/ctop: Update to 0.7.4
Notes
Notes: svn path=/head/; revision=553706
Diffstat (limited to 'sysutils/ctop/files')
-rw-r--r--sysutils/ctop/files/patch-vendor_github.com_docker_docker_pkg_mount_mountinfo__freebsd.go11
1 files changed, 0 insertions, 11 deletions
diff --git a/sysutils/ctop/files/patch-vendor_github.com_docker_docker_pkg_mount_mountinfo__freebsd.go b/sysutils/ctop/files/patch-vendor_github.com_docker_docker_pkg_mount_mountinfo__freebsd.go
deleted file mode 100644
index 2067c3e8deed..000000000000
--- a/sysutils/ctop/files/patch-vendor_github.com_docker_docker_pkg_mount_mountinfo__freebsd.go
+++ /dev/null
@@ -1,11 +0,0 @@
---- vendor/github.com/docker/docker/pkg/mount/mountinfo_freebsd.go.orig 2020-01-04 11:56:01 UTC
-+++ vendor/github.com/docker/docker/pkg/mount/mountinfo_freebsd.go
-@@ -37,7 +37,7 @@ func parseMountTable(filter FilterFunc) ([]*Info, erro
-
- if filter != nil {
- // filter out entries we're not interested in
-- skip, stop = filter(p)
-+ skip, stop = filter(&mountinfo)
- if skip {
- continue
- }