summaryrefslogtreecommitdiff
path: root/net/spserver/files/patch-matrixssl_sslSocket.h
blob: 6f4b2db40ef2fda6cdbf79b6a57da6238f5b3b4a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- matrixssl/sslSocket.h.orig	2008-10-06 11:22:38.000000000 +0800
+++ matrixssl/sslSocket.h	2008-10-06 11:22:48.000000000 +0800
@@ -48,7 +48,7 @@
 	#define		MSG_NOSIGNAL	0
 	#define		WOULD_BLOCK	WSAEWOULDBLOCK
 	#define		getSocketError()  WSAGetLastError()
-#elif linux
+#elif linux || FreeBSD
 	#include	<sys/socket.h>
 	#include	<netinet/in.h>
 	#include	<netinet/tcp.h>