summaryrefslogtreecommitdiff
path: root/inputmethod/unicon-im/patches/patch-ah
diff options
context:
space:
mode:
Diffstat (limited to 'inputmethod/unicon-im/patches/patch-ah')
-rw-r--r--inputmethod/unicon-im/patches/patch-ah20
1 files changed, 20 insertions, 0 deletions
diff --git a/inputmethod/unicon-im/patches/patch-ah b/inputmethod/unicon-im/patches/patch-ah
new file mode 100644
index 00000000000..5cbd0c50c65
--- /dev/null
+++ b/inputmethod/unicon-im/patches/patch-ah
@@ -0,0 +1,20 @@
+$NetBSD: patch-ah,v 1.1 2005/12/08 12:09:54 rxg Exp $
+
+--- server/TLS_Debug.cpp.orig 2000-05-12 14:53:46.000000000 +0800
++++ server/TLS_Debug.cpp
+@@ -1,14 +1,12 @@
+ #include <stdio.h>
+ #include <stdlib.h>
+-#include <iostream.h>
+-#include <fstream.h>
+ #include <assert.h>
+ #include <stdio.h>
+ #include <stdlib.h>
+ #include <assert.h>
+ #include <string.h>
+ #include <TLS_Debug.hpp>
+-TLS_CDebug::TLS_CDebug (char *szFileName, int mode = 0)
++TLS_CDebug::TLS_CDebug (char *szFileName, int mode)
+ {
+ if (szFileName == NULL)
+ {