summaryrefslogtreecommitdiff
path: root/sysutils/libgtop2/patches/patch-af
blob: 3756987754fb4b1e7c6d95abd957758421fcc848 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
$NetBSD: patch-af,v 1.1 2006/02/28 23:48:11 joerg Exp $

--- sysdeps/freebsd/glibtop_machine.h.orig	2005-07-08 19:00:00.000000000 +0000
+++ sysdeps/freebsd/glibtop_machine.h
@@ -27,7 +27,9 @@
 #include <sys/param.h>
 #include <nlist.h>
 #include <kvm.h>
+#ifndef __DragonFly__
 #include <sys/dkstat.h>
+#endif
 #include <time.h>
 #include <sys/user.h>
 #include <sys/types.h>