pkgsrc/emulators/hercules/patches/patch-ag
kristerw a6d25fe153 Bl3ify, and use mk/pthread.buildlink3.mk instead of hard-coding
a pthread package.

Bump PKGREVISION.
2004-05-29 23:32:19 +00:00

13 lines
408 B
Text

$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",