Rename automatic patches to just "install.diff" or "build.diff".

--HG--
extra : convert_revision : 93ca1b8d614e75cc1df7e12735bde31b04c2e9d1
This commit is contained in:
Juan RP
2009-02-04 03:50:36 +01:00
parent 7c97804022
commit bcf9dff398
14 changed files with 4 additions and 4 deletions

View File

@@ -0,0 +1,12 @@
--- 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__