SOURCES (CRI): kernel-CRI-squashfs.patch - fix compilation error (missing h...
hawk
hawk at pld-linux.org
Fri Oct 24 23:56:23 CEST 2008
Author: hawk Date: Fri Oct 24 21:56:23 2008 GMT
Module: SOURCES Tag: CRI
---- Log message:
- fix compilation error (missing header)
---- Files affected:
SOURCES:
kernel-CRI-squashfs.patch (1.1.2.4 -> 1.1.2.5)
---- Diffs:
================================================================
Index: SOURCES/kernel-CRI-squashfs.patch
diff -u SOURCES/kernel-CRI-squashfs.patch:1.1.2.4 SOURCES/kernel-CRI-squashfs.patch:1.1.2.5
--- SOURCES/kernel-CRI-squashfs.patch:1.1.2.4 Fri Oct 24 23:45:47 2008
+++ SOURCES/kernel-CRI-squashfs.patch Fri Oct 24 23:56:17 2008
@@ -72,7 +72,7 @@
diff -x .gitignore -Nurp linux-2.6.27-rc4/fs/squashfs/inode.c linux-2.6.27-rc4-squashfs3.4/fs/squashfs/inode.c
--- linux-2.6.27-rc4/fs/squashfs/inode.c 1970-01-01 01:00:00.000000000 +0100
+++ linux-2.6.27-rc4-squashfs3.4/fs/squashfs/inode.c 2008-08-26 08:25:23.000000000 +0100
-@@ -0,0 +1,2173 @@
+@@ -0,0 +1,2174 @@
+/*
+ * Squashfs - a compressed read only filesystem for Linux
+ *
@@ -100,6 +100,7 @@
+#include <linux/module.h>
+#include <linux/zlib.h>
+#include <linux/fs.h>
++#include <linux/sched.h>
+#include <linux/squashfs_fs_sb.h>
+#include <linux/squashfs_fs_i.h>
+#include <linux/buffer_head.h>
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/kernel-CRI-squashfs.patch?r1=1.1.2.4&r2=1.1.2.5&f=u
More information about the pld-cvs-commit
mailing list