summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2022-07-17 18:47:07 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2022-07-17 18:47:07 -0700
commitc8ae9b549e781dece49ca1576948b3d6d644b2f8 (patch)
tree7eedb770868f6d60d2c5833a1ccde3a9b20f49ff
parentb512d07b3125ed3ec5ae962ebb1a01d007d0efe9 (diff)
Remove SunOS 4 support (defined(sun) && (SVR4))
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r--src/XF86DGA.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/XF86DGA.c b/src/XF86DGA.c
index 622095c..d5df369 100644
--- a/src/XF86DGA.c
+++ b/src/XF86DGA.c
@@ -41,13 +41,6 @@ Copyright (c) 1995,1996 The XFree86 Project, Inc
#include <unistd.h>
#endif /* SVR4 && !DGUX */
-#if defined(sun) && !defined(SVR4) /* SunOS */
-#define MMAP_DEV_ZERO /* doesn't SunOS have MAP_ANON ?? */
-#define HAS_GETPAGESIZE
-#include <sys/types.h>
-#include <sys/mman.h>
-#endif /* sun && !SVR4 */
-
#ifdef XNO_SYSCONF
#undef _SC_PAGESIZE
#endif