1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/games/maelstrom/files/patch-aa
Michael Haro 0095d3ed79 update to 3.0.1
PR:		17362
Submitted by:	Maxim Sobolev <sobomax@altavista.net>
2000-03-24 01:23:13 +00:00

12 lines
319 B
Plaintext

--- netlogic/netplay.cpp.orig Mon Mar 13 20:51:15 2000
+++ netlogic/netplay.cpp Mon Mar 13 20:52:10 2000
@@ -39,7 +39,7 @@
#define RESET_ERRNO() errno = 0
#endif /* WIN32 */
-#if !defined(linux) && !defined(__SVR4)
+#if !defined(linux) && !defined(__SVR4) && !defined(__FreeBSD__)
typedef int socklen_t;
#endif