<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">--- 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 &lt;sys/cdefs.h&gt;
 #include &lt;stdio.h&gt;
+
+#if defined(USE_KVM)
 #include &lt;kvm.h&gt;
+#else
+#define USE_SYSCTL
+#endif
 
 #if !defined(USE_KVM) &amp;&amp; !defined(USE_SYSCTL)
 #	if defined(KVM_NO_FILES)

</pre></body></html>