pkgsrc/inputmethod/unicon-im/patches/patch-ah

20 lines
529 B
Text

$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)
{