mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@37444 d073be05-634f-4543-b044-5fe20cf6d1d6
17 lines
347 B
Diff
17 lines
347 B
Diff
--- proctools/proctools.orig.h 2003-12-06 03:12:04.000000000 -0800
|
|
+++ proctools/proctools.h 2008-06-01 22:34:58.000000000 -0700
|
|
@@ -5,7 +5,12 @@
|
|
|
|
#include <sys/cdefs.h>
|
|
#include <stdio.h>
|
|
+
|
|
+#if defined(USE_KVM)
|
|
#include <kvm.h>
|
|
+#else
|
|
+#define USE_SYSCTL
|
|
+#endif
|
|
|
|
#if !defined(USE_KVM) && !defined(USE_SYSCTL)
|
|
# if defined(KVM_NO_FILES)
|
|
|