From bbdf9df60a72afd3e36c88e94e1f3fddf6cad185 Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Tue, 3 Mar 2009 08:52:56 +0000 Subject: util-linux: bump version Fixes #19 --- package/util-linux/util-linux-gcc41.patch | 28 ---------------------------- 1 file changed, 28 deletions(-) delete mode 100644 package/util-linux/util-linux-gcc41.patch (limited to 'package/util-linux/util-linux-gcc41.patch') diff --git a/package/util-linux/util-linux-gcc41.patch b/package/util-linux/util-linux-gcc41.patch deleted file mode 100644 index 4730bb8a7..000000000 --- a/package/util-linux/util-linux-gcc41.patch +++ /dev/null @@ -1,28 +0,0 @@ -diff -urN util-linux-2.12q/disk-utils/fsck.cramfs.c util-linux-2.12q-patched/disk-utils/fsck.cramfs.c ---- util-linux-2.12q/disk-utils/fsck.cramfs.c 2004-12-11 08:53:16.000000000 -0600 -+++ util-linux-2.12q-patched/disk-utils/fsck.cramfs.c 2005-10-03 17:27:13.000000000 -0500 -@@ -77,15 +77,7 @@ - #define PAD_SIZE 512 - - #include --#ifdef PAGE_SIZE --#define PAGE_CACHE_SIZE ((int) PAGE_SIZE) --#elif defined __ia64__ --#define PAGE_CACHE_SIZE (16384) --#elif defined __alpha__ --#define PAGE_CACHE_SIZE (8192) --#else - #define PAGE_CACHE_SIZE (4096) --#endif - - /* Guarantee access to at least 8kB at a time */ - #define ROMBUFFER_BITS 13 -@@ -95,7 +87,7 @@ - static unsigned long read_buffer_block = ~0UL; - - /* Uncompressing data structures... */ --static char outbuffer[PAGE_CACHE_SIZE*2]; -+static char outbuffer[4096*2]; - z_stream stream; - - #endif /* INCLUDE_FS_TESTS */ -- cgit v1.2.3