search for: inffix

Displaying 6 results from an estimated 6 matches for "inffix".

Did you mean: infix
2002 Feb 20
1
Errors compiling rsync 2.5.2 on Solaris 8
...DHAVE_CONFIG_H -Wall -W -I./popt -c zlib/inffast.c -o zlib/inffast.o gcc -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W -I./popt -c zlib/inflate.c -o zlib/inflate.o gcc -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W -I./popt -c zlib/inftrees.c -o zlib/inftrees.o In file included from zlib/inftrees.c:395: zlib/inffixed.h:13: warning: missing braces around initializer zlib/inffixed.h:13: warning: (near initialization for `fixed_tl[0].word.what') zlib/inffixed.h:118: warning: missing braces around initializer zlib/inffixed.h:118: warning: (near initialization for `fixed_td[0].word.what') zlib/inftrees.c...
2002 Jan 29
1
Solaris 2.8/2.5.2 build issues
...zlib/inflate.c -o zlib/inflate.o gcc -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W -I./popt -c zlib/inftrees.c -o zlib/inftrees.o zlib/inftrees.c: In function `huft_build': zlib/inftrees.c:217: warning: signed and unsigned type in conditional expression In file included from zlib/inftrees.c:395: zlib/inffixed.h: At top level: zlib/inffixed.h:13: warning: missing braces around initializer zlib/inffixed.h:13: warning: (near initialization for `fixed_tl[0].word.what') zlib/inffixed.h:118: warning: missing braces around initializer zlib/inffixed.h:118: warning: (near initialization for `fixed_td[0].wo...
2002 Jan 30
1
Patch: update zlib/* to 1.1.3
...descriptors in trees.c for embedded targets (Nick Smith) +- use "foo-gz" in example.c for RISCOS and VMS (Nick Smith) +- add the OS/2 files in Makefile.in too (Andrew Zabolotny) +- fix fdopen and halloc macros for Microsoft C 6.0 (Tom Lane) +- fix maketree.c to allow clean compilation of inffixed.h (Mark) +- fix parameter check in deflateCopy (Gunther Nikl) +- cleanup trees.c, use compressed_len only in debug mode (Christian Spieler) +- Many portability patches by Christian Spieler: + . zutil.c, zutil.h: added "const" for zmem* + . Make_vms.com: fixed some typos + . Make_vms....
2006 Oct 09
3
DO NOT REPLY [Bug 4157] New: Add RCS keyword $Header$ to all files to support development
https://bugzilla.samba.org/show_bug.cgi?id=4157 Summary: Add RCS keyword $Header$ to all files to support development Product: rsync Version: 2.6.8 Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: P3 Component: core AssignedTo: wayned@samba.org
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
2006 Jun 28
35
[klibc 00/31] klibc as a historyless patchset (updated and reorganized)
I have updated the klibc patchset based on feedback received. In particular, the patchset has been reorganized so as not to break git-bisect. Additionally, this updates the patch base to 2.6.17-git12 (d38b69689c349f35502b92e20dafb30c62d49d63) and klibc 1.4.8; the main difference on the klibc side is removal of obsolete code. This is also available as a git tree at: