search for: stored_block

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

2007 Sep 22
0
rsync build on IA64 using icc
...ib/trees.c(871): remark #310: old-style parameter list (anachronism) int eof; /* true if this is the last block for a file */ ^ zlib/trees.c(873): remark #810: conversion from "int" to "ush={unsigned short}" may lose significant bits send_bits(s, (STORED_BLOCK<<1)+eof, 3); /* send block type */ ^ zlib/trees.c(873): remark #810: conversion from "int" to "ush={unsigned short}" may lose significant bits send_bits(s, (STORED_BLOCK<<1)+eof, 3); /* send block type */ ^ zlib/trees.c(873): remark #810: conver...
2002 Jan 30
1
Patch: update zlib/* to 1.1.3
...s)); int _tr_tally OF((deflate_state *s, unsigned dist, unsigned lc)); -ulg _tr_flush_block OF((deflate_state *s, charf *buf, ulg stored_len, +void _tr_flush_block OF((deflate_state *s, charf *buf, ulg stored_len, int eof)); void _tr_align OF((deflate_state *s)); void _tr_stored_block OF((deflate_state *s, charf *buf, ulg stored_len, Index: zlib/infblock.c =================================================================== RCS file: /cvsroot/rsync/zlib/infblock.c,v retrieving revision 1.2 diff -u -r1.2 infblock.c --- zlib/infblock.c 30 May 1998 02:07:36 -0000 1.2 +++ zlib/infblo...
2012 Aug 20
13
[PATCH 00/12] Multidisk support
Hello, the following patches should get multidisk access working. The syntax accepted is the following: (hdx,y)/path/to/file where x is the disk number and start at 0 and the y is the partition number starting at 1. So (hd0,1) is the first partition of the first disk. the other accepted syntax is using MBR's 32 bits disk signature so for example: (mbr:0x12345678,2)/foo/bar would address