From 34d964471440fb3b848845bbaf20314efba5cd6a Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Tue, 10 Jul 2007 05:35:33 +0000 Subject: [PATCH] Fixed bug #453 That's silly, we included even though we know we have getpagesize() --- src/video/Xext/Xxf86dga/XF86DGA.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/video/Xext/Xxf86dga/XF86DGA.c b/src/video/Xext/Xxf86dga/XF86DGA.c index 4e3d662ff..f91a135c3 100644 --- a/src/video/Xext/Xxf86dga/XF86DGA.c +++ b/src/video/Xext/Xxf86dga/XF86DGA.c @@ -18,7 +18,7 @@ Copyright (c) 1995,1996 The XFree86 Project, Inc #define HAS_MMAP_ANON #include #include -#include /* PAGE_SIZE */ +/*#include /* PAGE_SIZE */ #define HAS_SC_PAGESIZE /* _SC_PAGESIZE may be an enum for Linux */ #define HAS_GETPAGESIZE #endif /* linux */