diff options
author | Adam Jackson <ajax@redhat.com> | 2010-12-16 13:13:54 -0500 |
---|---|---|
committer | Adam Jackson <ajax@redhat.com> | 2010-12-20 12:11:11 -0500 |
commit | f28e48834e40c7901c2efc72f962c9724e74a531 (patch) | |
tree | 1d57aa4d1e9c142a56b2a1d7b056a18ee3e2fb1e /hw/xfree86/common/compiler.h | |
parent | 040d54fb88f3970e19d0fbf911d6447f592496bd (diff) |
Remove SCO support
This has never been buildable in any modular server release.
Reviewed-by: Julien Cristau <jcristau@debian.org>
Reviewed-by: Mark Kettenis <kettenis@openbsd.org>
Signed-off-by: Adam Jackson <ajax@redhat.com>
Diffstat (limited to 'hw/xfree86/common/compiler.h')
-rw-r--r-- | hw/xfree86/common/compiler.h | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/hw/xfree86/common/compiler.h b/hw/xfree86/common/compiler.h index 958f8d027..9e00d7571 100644 --- a/hw/xfree86/common/compiler.h +++ b/hw/xfree86/common/compiler.h @@ -1525,22 +1525,9 @@ inl(unsigned short port) # define asm __asm # endif # endif -# ifndef SCO325 -# if defined(__UNIXWARE__) -# /* avoid including <sys/types.h> for <sys/inline.h> on UnixWare */ -# define ushort unsigned short -# define ushort_t unsigned short -# define ulong unsigned long -# define ulong_t unsigned long -# define uint_t unsigned int -# define uchar_t unsigned char -# endif /* __UNIXWARE__ */ # if !defined(__SUNPRO_C) # include <sys/inline.h> # endif -# else -# include "scoasm.h" -# endif # if !defined(__HIGHC__) && !defined(__SUNPRO_C) || \ defined(__USLC__) # pragma asm partial_optimization outl |