View | Details | Raw Unified
Collapse All | Expand All

(-) util-linux-2.12r.old/disk-utils/fsck.cramfs.c (-1 / +1 lines)
 Lines 76-82    Link Here 
#define PAD_SIZE 512
#define PAD_SIZE 512
#include <asm/page.h>
#include <sys/user.h>		/* PAGE_SIZE */
#ifdef PAGE_SIZE
#ifdef PAGE_SIZE
#define PAGE_CACHE_SIZE ((int) PAGE_SIZE)
#define PAGE_CACHE_SIZE ((int) PAGE_SIZE)
#elif defined __ia64__
#elif defined __ia64__