summaryrefslogtreecommitdiff
path: root/games/quarry/patches/patch-src_utils_utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'games/quarry/patches/patch-src_utils_utils.h')
-rw-r--r--games/quarry/patches/patch-src_utils_utils.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/games/quarry/patches/patch-src_utils_utils.h b/games/quarry/patches/patch-src_utils_utils.h
new file mode 100644
index 00000000000..570de31c38a
--- /dev/null
+++ b/games/quarry/patches/patch-src_utils_utils.h
@@ -0,0 +1,13 @@
+$NetBSD: patch-src_utils_utils.h,v 1.1 2012/11/16 00:50:40 joerg Exp $
+
+--- src/utils/utils.h.orig 2012-11-15 15:09:27.000000000 +0000
++++ src/utils/utils.h
+@@ -448,7 +448,7 @@ void association_list_item_dispose (Ass
+ (notch)))
+
+
+-inline char * association_list_find_association (AssociationList *list,
++char * association_list_find_association (AssociationList *list,
+ const char *key);
+
+