repo.or.cz
/
minix-pkgsrc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fixup fromcvs/togit conversion
[minix-pkgsrc.git]
/
sysutils
/
libgtop
/
patches
/
patch-db
blob
ec7368fc20deb785dbeaee1d757efc494b896128
1
$NetBSD$
2
3
--- sysdeps/freebsd/glibtop_machine.h.orig 2011-07-24 19:13:56.000000000 +0000
4
+++ sysdeps/freebsd/glibtop_machine.h
5
@@ -26,7 +26,9 @@
6
#include <nlist.h>
7
#include <limits.h>
8
#include <kvm.h>
9
+#ifndef __DragonFly__
10
#include <sys/dkstat.h>
11
+#endif
12
#include <time.h>
13
#include <sys/user.h>
14
#include <sys/types.h>