diff options
Diffstat (limited to 'games/ezquake/files/patch-host.c')
-rw-r--r-- | games/ezquake/files/patch-host.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/games/ezquake/files/patch-host.c b/games/ezquake/files/patch-host.c new file mode 100644 index 000000000000..7e1378c0eabd --- /dev/null +++ b/games/ezquake/files/patch-host.c @@ -0,0 +1,11 @@ +--- host.c.orig Tue Dec 19 19:51:09 2006 ++++ host.c Tue Dec 19 19:51:13 2006 +@@ -249,7 +249,7 @@ + + #ifdef __i386__ + unsigned long long old_tsc, tsc_freq; +- struct timeval tp, tp_old; ++ struct timeval tp, old_tp; + #endif + + mib[0] = CTL_HW; |