]> git.pld-linux.org Git - packages/armagetron.git/blame - armagetron-types.patch
- massive change ( validate errors warrings from desktop-file-validate)
[packages/armagetron.git] / armagetron-types.patch
CommitLineData
71b7ff2b 1--- armagetron-0.2.6.0/src/network/net_udp.cpp.old 2005-07-28 23:11:29.000000000 +0200
2+++ armagetron-0.2.6.0/src/network/net_udp.cpp 2005-07-28 23:12:06.000000000 +0200
3@@ -104,7 +104,11 @@
6ab82964
JB
4 typedef int NET_SIZE;
5 #else
71b7ff2b 6 #ifdef MACOSX
6ab82964
JB
7+#ifdef __linux__
8+typedef socklen_t NET_SIZE;
9+#else
71b7ff2b 10 typedef int NET_SIZE;
6ab82964 11+#endif
71b7ff2b 12 #else
13 typedef socklen_t NET_SIZE;
6ab82964 14 #endif
This page took 0.084376 seconds and 4 git commands to generate.