Mercurial > sdl-ios-xcode
diff src/video/Xext/Xxf86dga/XF86DGA.c @ 4031:f0b8bbaf8de5 SDL-1.2
Fixed bug #453
That's silly, we included <asm/page.h> even though we know we have getpagesize()
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Tue, 10 Jul 2007 05:35:33 +0000 |
parents | ecba4bbaf9c2 |
children | 24c3ca822658 |
line wrap: on
line diff
--- a/src/video/Xext/Xxf86dga/XF86DGA.c Tue Jul 10 04:49:00 2007 +0000 +++ b/src/video/Xext/Xxf86dga/XF86DGA.c Tue Jul 10 05:35:33 2007 +0000 @@ -18,7 +18,7 @@ #define HAS_MMAP_ANON #include <sys/types.h> #include <sys/mman.h> -#include <asm/page.h> /* PAGE_SIZE */ +/*#include <asm/page.h> /* PAGE_SIZE */ #define HAS_SC_PAGESIZE /* _SC_PAGESIZE may be an enum for Linux */ #define HAS_GETPAGESIZE #endif /* linux */