From 29f982401015bb8aeb66b3d6b778b28f42f4741a Mon Sep 17 00:00:00 2001 From: havoc Date: Thu, 9 Jun 2005 23:26:19 +0000 Subject: [PATCH] patch from Zero_Dogg to fix a compile problem on Mandriva Linux git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5418 d7cf8633-e32d-0410-b094-e92efae38249 --- cd_linux.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/cd_linux.c b/cd_linux.c index 05bf5c7e..6a64e4b5 100644 --- a/cd_linux.c +++ b/cd_linux.c @@ -20,6 +20,9 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. // Quake is a trademark of Id Software, Inc., (c) 1996 Id Software, Inc. All // rights reserved. +// suggested by Zero_Dogg to fix a compile problem on Mandriva Linux +#define __KERNEL_STRICT_NAMES + #include #include -- 2.39.2