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