Removing patch-aa file which seems useless

This commit is contained in:
wilouf 2006-12-28 09:29:25 +00:00 committed by Thomas Klausner
parent c3a5bdd44b
commit e0a10fa5e6

View file

@ -1,16 +0,0 @@
$NetBSD: patch-aa,v 1.1.1.1 2004/07/29 23:58:09 thomasklausner Exp $
--- src/intc.cc.orig 2004-06-30 23:58:01.000000000 +0200
+++ src/intc.cc
@@ -298,9 +298,9 @@ void Intc::run(void) {
SDL_mutexP(mutex_cond);
#ifndef _arch_dreamcast
- while(interrupts.empty()) SDL_CondWait(cond, mutex);
+ while(interrupts.empty()) SDL_CondWait(cond, mutex_cond);
#else
- while(int_tree.root == NULL) SDL_CondWait(cond, mutex);
+ while(int_tree.root == NULL) SDL_CondWait(cond, mutex_cond);
#endif
SDL_mutexV(mutex_cond);