• Ryan C. Gordon's avatar
    Patched fbcon to compile on newer Linux kernels that don't #define PAGE_SIZE, · 8b407756
    Ryan C. Gordon authored
     since a memory page's size may vary on various architectures and kernel
     configurations.
    
    Will use getpagesize() if it exists, the PAGE_SIZE #define from older kernels
     if that doesn't, and #error out if that's not there either...but it's
     probably 4096 in that case. We may revisit this.
    
       Fixes Bugzilla #392.
    
    --HG--
    branch : SDL-1.2
    extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/branches/SDL-1.2%402273
    8b407756
Name
Last commit
Last update
..
3dfx_mmio.h Loading commit data...
3dfx_regs.h Loading commit data...
SDL_fb3dfx.c Loading commit data...
SDL_fb3dfx.h Loading commit data...
SDL_fbelo.c Loading commit data...
SDL_fbelo.h Loading commit data...
SDL_fbevents.c Loading commit data...
SDL_fbevents_c.h Loading commit data...
SDL_fbkeys.h Loading commit data...
SDL_fbmatrox.c Loading commit data...
SDL_fbmatrox.h Loading commit data...
SDL_fbmouse.c Loading commit data...
SDL_fbmouse_c.h Loading commit data...
SDL_fbriva.c Loading commit data...
SDL_fbriva.h Loading commit data...
SDL_fbvideo.c Loading commit data...
SDL_fbvideo.h Loading commit data...
matrox_mmio.h Loading commit data...
matrox_regs.h Loading commit data...
riva_mmio.h Loading commit data...
riva_regs.h Loading commit data...