diff options
Diffstat (limited to 'games/cleanq3/files/patch-code-qcommon-common.c')
-rw-r--r-- | games/cleanq3/files/patch-code-qcommon-common.c | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/games/cleanq3/files/patch-code-qcommon-common.c b/games/cleanq3/files/patch-code-qcommon-common.c deleted file mode 100644 index 9fe202355cd9..000000000000 --- a/games/cleanq3/files/patch-code-qcommon-common.c +++ /dev/null @@ -1,28 +0,0 @@ ---- ./code/qcommon/common.c.orig Wed May 31 20:52:07 2006 -+++ ./code/qcommon/common.c Wed May 31 20:52:09 2006 -@@ -24,15 +24,8 @@ - #include "../game/q_shared.h" - #include "qcommon.h" - #include <setjmp.h> --#ifdef __linux__ --#include <netinet/in.h> --#else --#if defined(MACOS_X) -+#include <sys/types.h> - #include <netinet/in.h> --#else --#include <winsock.h> --#endif --#endif - - int demo_protocols[] = - { 66, 67, 68, 0 }; -@@ -2367,7 +2360,7 @@ - // cvar and command buffer management - Com_ParseCommandLine( commandLine ); - --// Swap_Init (); -+ Swap_Init (); - Cbuf_Init (); - - Com_InitZoneMemory(); |