From 2a938d3ab79e7d1e2ee80478743d970c8b3c5cf9 Mon Sep 17 00:00:00 2001 From: Gareth Hughes Date: Mon, 12 Mar 2001 02:13:39 +0000 Subject: Undo -D_POSIX_SOURCE change, fix the way the katmai support test is done. --- src/mesa/x86/common_x86.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/mesa/x86') diff --git a/src/mesa/x86/common_x86.c b/src/mesa/x86/common_x86.c index 25164a6..58710f1 100644 --- a/src/mesa/x86/common_x86.c +++ b/src/mesa/x86/common_x86.c @@ -1,4 +1,4 @@ -/* $Id: common_x86.c,v 1.12 2001/03/05 15:57:59 brianp Exp $ */ +/* $Id: common_x86.c,v 1.13 2001/03/12 02:13:40 gareth Exp $ */ /* * Mesa 3-D graphics library @@ -36,7 +36,7 @@ #include #include -#if defined(USE_KATMAI_ASM) && defined(__linux__) && defined(_POSIX_SOURCE) +#if defined(USE_KATMAI_ASM) && defined(__linux__) #include #endif -- cgit v1.1