| Server IP : 82.208.35.60 / Your IP : 216.73.217.103 Web Server : Apache/2.4.55 (FreeBSD) OpenSSL/1.1.1q-freebsd PHP/7.3.31 System : FreeBSD server7.d2m.cz 12.4-RELEASE-p9 FreeBSD 12.4-RELEASE-p9 GENERIC amd64 User : studiokobylisy_cz ( 1008) PHP Version : 7.3.31 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /usr/ports/games/blockout/files/ |
Upload File : |
--- BlockOut/Http.cpp.orig 2014-05-06 16:47:54.000000000 +0700
+++ BlockOut/Http.cpp 2015-08-17 10:39:47.000000000 +0600
@@ -25,6 +25,7 @@
#include <sys/types.h>
#include <sys/socket.h>
#include <netdb.h>
+#include <netinet/in.h>
#define closesocket close
#else
#include <Winsock2.h>
@@ -46,6 +47,10 @@
#define WAIT_FOR_READ 1
#define WAIT_FOR_WRITE 2
+#ifndef ENOSR
+#define ENOSR 9922
+#endif
+
// -------------------------------------------------------
Http::Http() {