Skip to content

Commit

Permalink
Fixed bug #453
Browse files Browse the repository at this point in the history
That's silly, we included <asm/page.h> even though we know we have getpagesize()
  • Loading branch information
slouken committed Jul 10, 2007
1 parent 044223b commit 34d9644
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/video/Xext/Xxf86dga/XF86DGA.c
Expand Up @@ -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 */
Expand Down

0 comments on commit 34d9644

Please sign in to comment.