summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <Alan.Coopersmith@sun.com>2005-04-28 22:04:12 +0000
committerAlan Coopersmith <Alan.Coopersmith@sun.com>2005-04-28 22:04:12 +0000
commita870c60741273ebd6cb1e69b4e535ce3a6bc76bf (patch)
tree47dcf69bff609edf47aecd2a7f76f9034e0a11a2
parent372f37171ba3875ea4bf7f60150d92869e06010f (diff)
downloadxorg-proto-x11proto-a870c60741273ebd6cb1e69b4e535ce3a6bc76bf.tar.gz
https://bugs.freedesktop.org/show_bug.cgi?id=3158 Patch #2588: https://bugs.freedesktop.org/attachment.cgi?id=2588 (Henry Zhao, Sun Microsystems)
-rw-r--r--Xosdefs.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Xosdefs.h b/Xosdefs.h
index 77061e1..5b31a2d 100644
--- a/Xosdefs.h
+++ b/Xosdefs.h
@@ -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 @@ in this Software without prior written authorization from The Open Group.
#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