void-packages/templates/util-linux/util-linux-fix-build.diff
Juan RP fa2748d9b2 Reorganize the templates directory for possible future changes.
Now every template uses its own directory. Patches, prepost* files
and other related stuff are stored there.

--HG--
extra : convert_revision : bbc529ef161d9a59fe13a1d54ac058f77ea05845
2009-02-03 21:35:57 +01:00

13 lines
360 B
Diff

--- disk-utils/fsck.cramfs.c.orig 2008-10-23 00:59:51.000000000 +0200
+++ disk-utils/fsck.cramfs.c 2008-10-23 01:00:24.000000000 +0200
@@ -76,7 +76,9 @@ static uid_t euid; /* effective UID */
#define PAD_SIZE 512
+#ifdef HAVE_asm_page_h
#include <asm/page.h>
+#endif
#ifdef PAGE_SIZE
#define PAGE_CACHE_SIZE ((int) PAGE_SIZE)
#elif defined __ia64__