Mercurial > sdl-ios-xcode
changeset 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 | e6c20cda4e28 |
children | 7247f700c018 |
files | src/video/Xext/Xxf86dga/XF86DGA.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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 */