Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 169388 | Differences between
and this patch

Collapse All | Expand All

(-)src/video/Xext/Xxf86dga/XF86DGA.c (-1 / +2 lines)
Lines 18-24 Copyright (c) 1995,1996 The XFree86 Pro Link Here
18
#define HAS_MMAP_ANON
18
#define HAS_MMAP_ANON
19
#include <sys/types.h>
19
#include <sys/types.h>
20
#include <sys/mman.h>
20
#include <sys/mman.h>
21
#include <asm/page.h>   /* PAGE_SIZE */
21
/* kernel header doesn't work with -ansi */
22
/* #include <asm/page.h> */   /* PAGE_SIZE */
22
#define HAS_SC_PAGESIZE /* _SC_PAGESIZE may be an enum for Linux */
23
#define HAS_SC_PAGESIZE /* _SC_PAGESIZE may be an enum for Linux */
23
#define HAS_GETPAGESIZE
24
#define HAS_GETPAGESIZE
24
#endif /* linux */
25
#endif /* linux */

Return to bug 169388