blob: a4dca77392d90e219a90dbceaa3d20c3eb0f95be (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-ag,v 1.2 2004/05/29 23:32:19 kristerw Exp $
--- cpu.c.orig Sat Feb 10 11:48:23 2001
+++ cpu.c Sun May 30 01:10:44 2004
@@ -743,7 +743,7 @@
{
#define CPU_PRIORITY 15 /* CPU thread priority */
-#ifndef WIN32
+#if 0
/* Set CPU thread priority */
if (setpriority(PRIO_PROCESS, 0, CPU_PRIORITY))
logmsg ("HHC621I CPU thread set priority failed: %s\n",
|