diff options
Diffstat (limited to 'games/q3cellshading/files/patch-code-qcommon-common.c')
-rw-r--r-- | games/q3cellshading/files/patch-code-qcommon-common.c | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/games/q3cellshading/files/patch-code-qcommon-common.c b/games/q3cellshading/files/patch-code-qcommon-common.c deleted file mode 100644 index 9db06e6c63a5..000000000000 --- a/games/q3cellshading/files/patch-code-qcommon-common.c +++ /dev/null @@ -1,19 +0,0 @@ ---- code/qcommon/common.c.orig Mon Aug 15 23:10:07 2005 -+++ code/qcommon/common.c Wed Nov 23 10:53:29 2005 -@@ -24,15 +24,8 @@ - #include "../game/q_shared.h" - #include "qcommon.h" - #include <setjmp.h> --#ifdef __linux__ -+#include <sys/types.h> - #include <netinet/in.h> --#else --#if defined(MACOS_X) --#include <netinet/in.h> --#else --#include <winsock.h> --#endif --#endif - - int demo_protocols[] = - { 66, 67, 68, 0 }; |