mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
21 lines
529 B
Plaintext
21 lines
529 B
Plaintext
$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)
|
|
{
|