summaryrefslogtreecommitdiffstats
path: root/devel/libgtop2/files/patch-systeps::freebsd::prockernel.c
blob: f23b1cdaeb4e456e554ea2928099c79b5bf4cec7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
--- sysdeps/freebsd/prockernel.c    Mon Jul 19 05:33:56 2004
+++ sysdeps/freebsd/prockernel.c.orig   Sat Mar 19 02:39:47 2005
@@ -115,8 +115,10 @@
 
    /* Get the process information */
    pinfo = kvm_getprocs (server->machine.kd, KERN_PROC_PID, pid, &count);
-   if ((pinfo == NULL) || (count != 1))
-       glibtop_error_io_r (server, "kvm_getprocs (%d)", pid);
+   if ((pinfo == NULL) || (count != 1)) {
+       glibtop_warn_io_r (server, "kvm_getprocs (%d)", pid);
+       return;
+   }
 
 #if defined(__FreeBSD__) && (__FreeBSD_version >= 500013)
 
ad FreeBSD Ports (https://github.com/freebsd/freebsd-ports)
aboutsummaryrefslogtreecommitdiffstats
path: root/security/p5-Net-Daemon-SSL
Commit message (Expand)AuthorAgeFilesLines
* security: remove 'Created by' linesTobias C. Berner2022-07-201-2/+0
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
* Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.Mathieu Arnold2016-04-01