patch-2.4.0-test4 linux/arch/ppc/mbxboot/misc.c
Next file: linux/arch/ppc/mm/init.c
Previous file: linux/arch/ppc/mbxboot/m8xx_tty.c
Back to the patch index
Back to the overall index
- Lines: 11
- Date:
Thu Jul 13 09:42:51 2000
- Orig file:
v2.4.0-test3/linux/arch/ppc/mbxboot/misc.c
- Orig date:
Tue May 23 15:31:34 2000
diff -u --recursive --new-file v2.4.0-test3/linux/arch/ppc/mbxboot/misc.c linux/arch/ppc/mbxboot/misc.c
@@ -225,7 +225,9 @@
s.avail_out = dstlen;
r = inflate(&s, Z_FINISH);
if (r != Z_OK && r != Z_STREAM_END) {
- puts("inflate returned %d\n");
+ puts("inflate returned ");
+ puthex(r);
+ puts("\n");
exit();
}
*lenp = s.next_out - (unsigned char *) dst;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)