wok-stable diff linux/stuff/linux-lzma-2.6.25.5.u @ rev 2626

Add xorg-xf86-video-mga driver for matrox cards
author Christophe Lincoln <pankso@slitaz.org>
date Wed Apr 15 14:04:10 2009 +0200 (2009-04-15)
parents 039aaf6420b3
children a36fcdad71b1
line diff
     1.1 --- a/linux/stuff/linux-lzma-2.6.25.5.u	Sat Dec 20 20:41:43 2008 +0000
     1.2 +++ b/linux/stuff/linux-lzma-2.6.25.5.u	Wed Apr 15 14:04:10 2009 +0200
     1.3 @@ -2215,11 +2215,3 @@
     1.4   			buf += written;
     1.5   			len -= written;
     1.6   			continue;
     1.7 -@@ -534,7 +550,6 @@
     1.8 - 		if(buf == (char *) initrd_start) {
     1.9 - 			char *work_buffer = malloc(LZMA_IOBUF_SIZE);
    1.10 - 			if (work_buffer) {
    1.11 --				fill_total = fill_offset = 0;
    1.12 - 				fill_buffer(work_buffer, LZMA_IOBUF_SIZE);
    1.13 - 				status = unlzma(work_buffer, LZMA_IOBUF_SIZE,
    1.14 - 					fill_buffer, flush_buffer, NULL);