mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-08 03:44:13 -04:00
14 lines
462 B
Plaintext
14 lines
462 B
Plaintext
$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);
|