mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
16 lines
376 B
Plaintext
16 lines
376 B
Plaintext
$NetBSD: patch-ai,v 1.1 2005/12/08 12:09:54 rxg Exp $
|
|
|
|
--- server/TLS_LibMain.cpp.orig 2005-12-06 21:43:48.000000000 +0800
|
|
+++ server/TLS_LibMain.cpp
|
|
@@ -33,10 +33,8 @@
|
|
#include <sys/socket.h>
|
|
#include <netinet/in.h>
|
|
#include <arpa/inet.h>
|
|
-#include <signal.h>
|
|
#include <netdb.h>
|
|
#include <unistd.h>
|
|
-#include <iostream.h>
|
|
#include <pth.h>
|
|
|
|
#include <TLS_MemFile.hpp>
|