summaryrefslogtreecommitdiff
path: root/games/quakeforge/patches/patch-an
blob: 6e2ac61377d18d7c46e59e81eb1e20be1716b29b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-an,v 1.1 2008/01/23 04:59:36 tnn Exp $

--- libs/gib/gib_thread.c.orig	2003-09-11 06:03:10.000000000 +0000
+++ libs/gib/gib_thread.c
@@ -89,7 +89,7 @@ GIB_Thread_Count (void)
 void
 GIB_Thread_Execute (void)
 {
-	static qboolean iterator (cbuf_t *cbuf, llist_node_t *node)
+	qboolean iterator (cbuf_t *cbuf, llist_node_t *node)
 	{
 		if (GIB_DATA(cbuf)->program)
 			Cbuf_Execute_Stack (cbuf);