blob: 2c7e1f17f7dd4b5877e58c35c65a12d414fc0c71 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
$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>
|