summaryrefslogtreecommitdiff
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, 0 insertions, 11 deletions
diff --git a/graphics/urt/files/patch-include__rle_config.tlr b/graphics/urt/files/patch-include__rle_config.tlr
deleted file mode 100644
index e35827a7885a..000000000000
--- a/graphics/urt/files/patch-include__rle_config.tlr
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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