patch-disk-utils_fsck_cramfs_c 412 B

1234567891011
  1. $Id: update-patches 24 2008-08-31 14:56:13Z wbx $
  2. --- util-linux-2.12r.orig/disk-utils/fsck.cramfs.c 2004-12-11 15:53:16.000000000 +0100
  3. +++ util-linux-2.12r/disk-utils/fsck.cramfs.c 2008-10-16 11:44:16.000000000 +0200
  4. @@ -76,7 +76,6 @@ static uid_t euid; /* effective UID */
  5. #define PAD_SIZE 512
  6. -#include <asm/page.h>
  7. #ifdef PAGE_SIZE
  8. #define PAGE_CACHE_SIZE ((int) PAGE_SIZE)
  9. #elif defined __ia64__