diff options
-rw-r--r-- | src/XF86DGA.c | 7 |
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 |