Package: gnome-system-monitor Version: 3.8.2.1-1 Severity: serious Tags: patch User: debian-...@lists.debian.org Usertags: kfreebsd
Hi, this is kind of reopen of #665999. This time some "defined" got lost compared to 3.4.1-2 Petr --- src/procproperties.cpp +++ src/procproperties.cpp @@ -26,7 +26,7 @@ #include <glibtop/procstate.h> #if defined (__linux__) #include <asm/param.h> -#elif defined (__OpenBSD__) +#elif defined(__OpenBSD__) || defined(__FreeBSD__) || defined(__FreeBSD_kernel__) #include <sys/param.h> #include <sys/sysctl.h> #endif @@ -114,7 +114,7 @@ get_process_memory_info(info); -#if defined (__OpenBSD__) +#if defined(__OpenBSD__) || defined(__FreeBSD__) || defined(__FreeBSD_kernel__) struct clockinfo cinf; size_t size = sizeof (cinf); int HZ; -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org