comparison sources/patches/squashfs-tools-4.0-uclibc-get_nprocs.patch @ 923:4e798d7aa5f9

Move to 2.6.32 kernel, updating patches. (With a much less ugly fix for powerpc, and allowing arm to use more qemu -cpu options.)
author Rob Landley <rob@landley.net>
date Tue, 08 Dec 2009 08:36:10 -0600
parents 505e0d613464
children
comparison
equal deleted inserted replaced
922:43efbc4c4838 923:4e798d7aa5f9
1 uclibc does not have get_nprocs() so build of squashfs host tool fails
2
1 --- a/squashfs-tools/mksquashfs.c Wed Dec 2 10:30:31 2009 3 --- a/squashfs-tools/mksquashfs.c Wed Dec 2 10:30:31 2009
2 +++ b/squashfs-tools/mksquashfs.c Wed Dec 2 10:31:34 2009 4 +++ b/squashfs-tools/mksquashfs.c Wed Dec 2 10:31:34 2009
3 @@ -3705,7 +3705,7 @@ 5 @@ -3705,7 +3705,7 @@
4 processors = 1; 6 processors = 1;
5 } 7 }