$NetBSD: patch-ah,v 1.4 2009/01/30 19:39:04 adam Exp $

--- dlls/kernel32/cpu.c.orig	2009-01-30 17:54:01.000000000 +0100
+++ dlls/kernel32/cpu.c
@@ -551,7 +551,7 @@ VOID WINAPI GetSystemInfo(
              size_t val_len;
              char model[256];
              char *cpuclass;
-             FILE *f = fopen ("/var/run/dmesg.boot", "r");
+             //FILE *f = fopen ("/var/run/dmesg.boot", "r");
 
              /* first deduce as much as possible from the sysctls */
              mib[0] = CTL_MACHDEP;
@@ -611,6 +611,7 @@ VOID WINAPI GetSystemInfo(
                 additional information such as CX8, MMX and TSC
                 (however this information should be considered less
                  reliable than that from the sysctl calls) */
+#if 0
              if (f != NULL)
              {
 	         while (fgets(model, 255, f) != NULL) {
@@ -632,6 +633,7 @@ VOID WINAPI GetSystemInfo(
                  }
                  fclose(f);
              }
+#endif
 
         }
 #elif defined(__FreeBSD__)
