Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 159923
Collapse All | Expand All

(-)file_not_specified_in_diff (-3 / +7 lines)
Line  Link Here
0
-- src/video/fbcon/SDL_fbvideo.c
0
++ src/video/fbcon/SDL_fbvideo.c
Lines 29-35 Link Here
29
#include <unistd.h>
29
#include <unistd.h>
30
#include <sys/ioctl.h>
30
#include <sys/ioctl.h>
31
#include <sys/mman.h>
31
#include <sys/mman.h>
32
#include <asm/page.h>		/* For definition of PAGE_SIZE */
32
#include <sys/user.h>		/* For definition of PAGE_SIZE */
33
#include <linux/vt.h>
33
#include <linux/vt.h>
34
34
35
#include "SDL_video.h"
35
#include "SDL_video.h"
36
-- src/video/ps2gs/SDL_gsyuv.c
36
++ src/video/ps2gs/SDL_gsyuv.c
Lines 29-34 Link Here
29
#include <sys/mman.h>
29
#include <sys/mman.h>
30
#include <asm/page.h>		/* For definition of PAGE_SIZE */
30
#include <asm/page.h>		/* For definition of PAGE_SIZE */
31
31
32
#ifndef PAGE_SIZE
33
# define PAGE_SIZE sysconf(_SC_PAGE_SIZE)
34
#endif
35
32
#include "SDL_video.h"
36
#include "SDL_video.h"
33
#include "SDL_gsyuv_c.h"
37
#include "SDL_gsyuv_c.h"
34
#include "../SDL_yuvfuncs.h"
38
#include "../SDL_yuvfuncs.h"

Return to bug 159923