Fixed bug #453
That's silly, we included <asm/page.h> even though we know we have getpagesize() --HG-- branch : SDL-1.2 extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/branches/SDL-1.2%402459
This commit is contained in:
parent
65c53ab18b
commit
86d88abf59
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ Copyright (c) 1995,1996 The XFree86 Project, Inc
|
|||
#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 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue