diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2006-03-23 22:24:03 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2006-03-23 22:24:03 +0000 |
commit | 96fe98e1c6bc0301781b0dd7dbfeef3e3f137f43 (patch) | |
tree | 7650cfe102643b74d6ad1d3efe1771281b5e66f0 /games/q3cellshading/files/patch-code-unix-linux_common.c | |
parent | 503c7f7052756548d3712a6b0f3fb6d32ddbb8e9 (diff) |
Diffstat (limited to 'games/q3cellshading/files/patch-code-unix-linux_common.c')
-rw-r--r-- | games/q3cellshading/files/patch-code-unix-linux_common.c | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/games/q3cellshading/files/patch-code-unix-linux_common.c b/games/q3cellshading/files/patch-code-unix-linux_common.c deleted file mode 100644 index a03c4f64ece7..000000000000 --- a/games/q3cellshading/files/patch-code-unix-linux_common.c +++ /dev/null @@ -1,18 +0,0 @@ -diff -ruN ./code/unix/linux_common.c ../quake3-1.32b-BUILT/./code/unix/linux_common.c ---- ./code/unix/linux_common.c Tue Aug 16 02:10:07 2005 -+++ ../quake3-1.32b-BUILT/./code/unix/linux_common.c Tue Aug 23 13:38:35 2005 -@@ -33,6 +33,7 @@ - #include <unistd.h> // AH - for size_t - #include <string.h> - -+ - // bk001207 - we need something under Linux, too. Mac? - #if 1 // defined(C_ONLY) // bk010102 - dedicated? - void Com_Memcpy (void* dest, const void* src, const size_t count) { -@@ -340,5 +341,6 @@ - break; - } - } -+ - - #endif |