search for: gzip_mark

Displaying 3 results from an estimated 3 matches for "gzip_mark".

2004 Jan 25
1
syslinux for opteron
...nflicting types for `int64_t' /usr/include/sys/types.h:194: error: previous declaration of `int64_t' make[1]: *** [memcpy.o] Error 1 make[1]: *** [e820test.s] Error 1 unzip.c: In function `malloc': unzip.c:94: warning: cast to pointer from integer of different size unzip.c: In function `gzip_mark': unzip.c:110: warning: cast to pointer from integer of different size unzip.c: In function `unzip': unzip.c:175: warning: cast from pointer to integer of different size make: *** [memdisk] Error 2 !!! ERROR: sys-boot/syslinux-2.06 failed. !!! Function src_compile, Line 24, Exitcode 2 !!!...
2003 May 22
0
[PATCH 2.5.69 3/3] Bandaids for gen_init_cpio and initramfs
...} @@ -330,7 +327,7 @@ state = Start; continue; } else - error("junk in compressed archive"); + error("junk in compressed archive\n"); } } @@ -372,7 +369,6 @@ #define STATIC static static void flush_window(void); -static void error(char *m); static void gzip_mark(void **); static void gzip_release(void **); @@ -415,7 +411,7 @@ name_buf = malloc(N_ALIGN(PATH_MAX)); window = malloc(WSIZE); if (!window || !header_buf || !symlink_buf || !name_buf) - error("can't allocate buffers"); + error("can't allocate buffers\n"); st...
2005 Mar 07
0
gcc4 warnings
...ariable. Take them or leave them as you see fit. They're all com32 stuff that's pulled in from external sources. --- syslinux-3.07/memdisk/unzip.c.gcc4 2004-12-07 23:29:22.000000000 -0500 +++ syslinux-3.07/memdisk/unzip.c 2005-03-07 11:26:46.000000000 -0500 @@ -70,8 +70,6 @@ static void gzip_mark(void **); static void gzip_release(void **); -extern ulg crc_32_tab[256]; - /* Get byte from input buffer */ static inline uch get_byte(void) { --- syslinux-3.07/com32/modules/readconfig.c.gcc4 2004-12-28 18:18:27.000000000 -0500 +++ syslinux-3.07/com32/modules/readconfig.c 2005-03-07 11:26:4...