summaryrefslogtreecommitdiff
path: root/wm/golem/patches
diff options
context:
space:
mode:
Diffstat (limited to 'wm/golem/patches')
-rw-r--r--wm/golem/patches/patch-ae11
-rw-r--r--wm/golem/patches/patch-af12
2 files changed, 23 insertions, 0 deletions
diff --git a/wm/golem/patches/patch-ae b/wm/golem/patches/patch-ae
new file mode 100644
index 00000000000..7433dfa9fa5
--- /dev/null
+++ b/wm/golem/patches/patch-ae
@@ -0,0 +1,11 @@
+$NetBSD: patch-ae,v 1.1 2005/12/06 15:20:31 joerg Exp $
+
+--- plugins/simple_menus/parseparams.c.orig 2005-12-06 15:11:20.000000000 +0000
++++ plugins/simple_menus/parseparams.c
+@@ -166,5 +166,6 @@ void parseparams(menu_t *menu, param_t *
+ }
+ PWARN("ignoring unknown parameter type %s, under %s", param->name, topparam->name);
+ found:
++ ;
+ }
+ }
diff --git a/wm/golem/patches/patch-af b/wm/golem/patches/patch-af
new file mode 100644
index 00000000000..5377edb249a
--- /dev/null
+++ b/wm/golem/patches/patch-af
@@ -0,0 +1,12 @@
+$NetBSD: patch-af,v 1.1 2005/12/06 15:20:31 joerg Exp $
+
+--- plugins/pier/parseparams.c.orig 2005-12-06 15:13:09.000000000 +0000
++++ plugins/pier/parseparams.c
+@@ -161,6 +161,7 @@ void parseparams() {
+ }
+ PWARN("ignoring unknown pier item type %s", itemparam->value);
+ found:
++ ;
+ }
+ }
+ }