search for: inptr

Displaying 2 results from an estimated 2 matches for "inptr".

Did you mean: intptr
2003 May 22
0
[PATCH 2.5.69 3/3] Bandaids for gen_init_cpio and initramfs
...register contents */ makecrc(); if (gunzip()) - error("ungzip failed"); + error("ungzip failed\n"); if (state != Reset) - error("junk in gzipped archive"); + error("junk in gzipped archive: state %d\n", state); this_header = saved_offset + inptr; buf += inptr; len -= inptr; diff -Nru a/usr/Makefile b/usr/Makefile --- a/usr/Makefile Thu May 22 15:40:19 2003 +++ b/usr/Makefile Thu May 22 15:40:19 2003 @@ -20,7 +20,7 @@ # initramfs-y := $(obj)/root/hello quiet_cmd_cpio = CPIO $@ - cmd_cpio = ./$< > $@ + cmd_cpio =...
2003 Nov 14
1
initramfs gunzip problems.
.../initramfs.c Sat Oct 18 11:25:50 2003 +++ edited/initramfs.c Fri Nov 14 10:32:47 2003 @@ -459,6 +459,8 @@ makecrc(); if (gunzip()) message = "ungzip failed"; + else + break; if (state != Reset) error("junk in gzipped archive"); this_header = saved_offset + inptr;