<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">--- ./dlls/ntdll/nt.c.orig	2012-04-21 23:03:51.000000000 -0700
+++ ./dlls/ntdll/nt.c	2012-04-21 23:04:14.000000000 -0700
@@ -34,7 +34,9 @@
 # include &lt;machine/cpu.h&gt;
 #endif
 #ifdef HAVE_MACH_MACHINE_H
+# define cpu_type_t mach_cpu_type_t
 # include &lt;mach/machine.h&gt;
+#undef cpu_type_t
 #endif
 
 #include &lt;ctype.h&gt;
</pre></body></html>