aboutsummaryrefslogtreecommitdiff
path: root/graphics/urt/files/patch-include__rle_config.tlr
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/urt/files/patch-include__rle_config.tlr')
-rw-r--r--graphics/urt/files/patch-include__rle_config.tlr11
1 files changed, 11 insertions, 0 deletions
diff --git a/graphics/urt/files/patch-include__rle_config.tlr b/graphics/urt/files/patch-include__rle_config.tlr
new file mode 100644
index 000000000000..e35827a7885a
--- /dev/null
+++ b/graphics/urt/files/patch-include__rle_config.tlr
@@ -0,0 +1,11 @@
+--- include/rle_config.tlr.orig Thu Apr 30 23:06:23 1992
++++ include/rle_config.tlr Fri Dec 27 23:02:36 2002
+@@ -48,7 +48,7 @@
+ #endif /* NO_DECLARE_MALLOC */
+
+ #ifdef USE_PROTOTYPES
+-extern char *getenv( CONST_DECL char *name );
++extern char *getenv( CONST_DECL char *CONST_DECL name);
+ #else
+ extern char *getenv();
+ #endif