summaryrefslogtreecommitdiff
path: root/x11/ratmen/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'x11/ratmen/patches/patch-aa')
-rw-r--r--x11/ratmen/patches/patch-aa13
1 files changed, 13 insertions, 0 deletions
diff --git a/x11/ratmen/patches/patch-aa b/x11/ratmen/patches/patch-aa
new file mode 100644
index 00000000000..13061e34aa3
--- /dev/null
+++ b/x11/ratmen/patches/patch-aa
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.1.1.1 2006/04/12 17:14:35 minskim Exp $
+
+--- ratmen.c.orig 2003-03-28 11:34:08.000000000 +0100
++++ ratmen.c
+@@ -128,7 +128,7 @@ int unfocus_exit = Undef;
+
+
+ /* function prototypes */
+-int strcasecmp(char*, char*); /* string comparison */
++int strcasecmp(const char*, const char*); /* string comparison */
+ void ask_wm_for_delete(void);
+ void reap(int);
+ void redraw_snazzy(int, int, int);