diff options
Diffstat (limited to 'devel/libgtop/patches/patch-af')
-rw-r--r-- | devel/libgtop/patches/patch-af | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/devel/libgtop/patches/patch-af b/devel/libgtop/patches/patch-af deleted file mode 100644 index 5a712a77678..00000000000 --- a/devel/libgtop/patches/patch-af +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-af,v 1.4 1999/11/02 23:16:22 tron Exp $ - ---- sysdeps/freebsd/ppp.c.orig Thu May 27 16:04:00 1999 -+++ sysdeps/freebsd/ppp.c Wed Nov 3 00:05:51 1999 -@@ -82,7 +82,7 @@ - #endif - #endif /* HAVE_I4B */ - -- if (kvm_nlist (server->machine.kd, nlst) != 0) -+ if (kvm_nlist (server->machine.kd, nlst) < 0) - glibtop_error_io_r (server, "kvm_nlist"); - } - |