pkgsrc/sysutils/libgtop/patches/patch-db
drochner 9f54992fb5 update to 2.28.4
changes:
-Fix numerous bugs in the FreeBSD backend
-Split off OpenBSD code in its own backend, and fixes
-Updated translations
2012-01-19 19:43:56 +00:00

14 lines
376 B
Text

$NetBSD: patch-db,v 1.2 2012/01/19 19:43:57 drochner Exp $
--- sysdeps/freebsd/glibtop_machine.h.orig 2011-07-24 19:13:56.000000000 +0000
+++ sysdeps/freebsd/glibtop_machine.h
@@ -26,7 +26,9 @@
#include <nlist.h>
#include <limits.h>
#include <kvm.h>
+#ifndef __DragonFly__
#include <sys/dkstat.h>
+#endif
#include <time.h>
#include <sys/user.h>
#include <sys/types.h>