Index: include/Xosdefs.h =================================================================== RCS file: /cvs/xorg/xc/include/Xosdefs.h,v retrieving revision 1.2 diff -u -r1.2 Xosdefs.h --- include/Xosdefs.h 23 Apr 2004 18:43:05 -0000 1.2 +++ include/Xosdefs.h 28 Apr 2005 21:59:52 -0000 @@ -1,7 +1,7 @@ /* * O/S-dependent (mis)feature macro definitions * - * $XdotOrg: Xosdefs.h,v 1.5 2001/02/09 02:03:23 xorgcvs Exp $ + * $XdotOrg: xc/include/Xosdefs.h,v 1.2 2004/04/23 18:43:05 eich Exp $ * $Xorg: Xosdefs.h,v 1.5 2001/02/09 02:03:23 xorgcvs Exp $ * Copyright 1991, 1998 The Open Group @@ -91,7 +91,7 @@ #ifdef i386 #ifdef SYSV -#if !defined(ISC) && !defined(SCO) && !defined(_SEQUENT_) +#if !defined(ISC) && !defined(SCO) && !defined(_SEQUENT_) && !defined(sun) #if !defined(_POSIX_SOURCE) && !defined(_SCO_DS) #define X_NOT_POSIX #endif