summaryrefslogtreecommitdiff
path: root/games/tinymux/files/patch-src-udb_misc.c
diff options
context:
space:
mode:
Diffstat (limited to 'games/tinymux/files/patch-src-udb_misc.c')
-rw-r--r--games/tinymux/files/patch-src-udb_misc.c14
1 files changed, 14 insertions, 0 deletions
diff --git a/games/tinymux/files/patch-src-udb_misc.c b/games/tinymux/files/patch-src-udb_misc.c
new file mode 100644
index 000000000000..c3332b4b54a0
--- /dev/null
+++ b/games/tinymux/files/patch-src-udb_misc.c
@@ -0,0 +1,14 @@
+--- udb_misc.c.orig Tue Oct 28 01:01:25 2003
++++ udb_misc.c Tue Oct 28 01:01:47 2003
+@@ -40,9 +40,9 @@
+ * VARARGS
+ */
+ #ifdef STDC_HEADERS
+-void logf(char *p,...)
++void Logf(char *p,...)
+ #else
+-void logf(va_alist)
++void Logf(va_alist)
+ va_dcl
+
+ #endif