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