1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00
freebsd-ports/games/quakeforge/files/patch-libs__console__server.c
Alejandro Pulver 80a08d871c - Fix building with GCC 4.x.
Reported by:	pointyhat
2006-12-17 19:24:20 +00:00

12 lines
269 B
C

--- ./libs/console/server.c.orig Tue Jan 27 02:23:36 2004
+++ ./libs/console/server.c Sun Dec 17 15:53:42 2006
@@ -70,7 +70,7 @@
#include "compat.h"
-static console_data_t con_data;
+console_data_t con_data;
static QFile *log_file;
static cvar_t *sv_logfile;