search for: _fdopen

Displaying 4 results from an estimated 4 matches for "_fdopen".

Did you mean: fdopen
2009 Nov 12
1
[ win32utils-Bugs-27425 ] win32-open3 doesn't build with 1.9.1
...'' win32/open3.c(407) : error C2065: ''m2'' : undeclared identifier win32/open3.c(407) : warning C4047: ''function'' : ''const char *'' differs in levels of indirection from ''int'' win32/open3.c(407) : warning C4024: ''_fdopen'' : different types for formal and actual parameter 2 win32/open3.c(410) : error C2065: ''m1'' : undeclared identifier win32/open3.c(410) : warning C4047: ''function'' : ''const char *'' differs in levels of indirection from ''int'...
2002 Jan 07
0
rsync-2.5.1 / zlib patches
...t; +#else #include "../rsync.h" +#endif #include "zlib.h" #if 0 @@ -137,9 +142,11 @@ # define fdopen(fd,mode) NULL /* No fdopen() */ #endif -#if (defined(_MSC_VER) && (_MSC_VER >= 600)) +#ifdef _MSC_VER +#if _MSC_VER >= 600 # define fdopen(fd,type) _fdopen(fd,type) #endif +#endif /* Common defaults */ @@ -155,7 +162,11 @@ /* functions */ #ifdef HAVE_STRERROR +#ifdef __VMS + /* defined in string.h */ +#else extern char *strerror OF((int)); +#endif # define zstrerror(errnum) strerror(errnum) #else # define zst...
2002 Jan 30
1
Patch: update zlib/* to 1.1.3
...define fdopen(fd,mode) NULL /* No fdopen() */ +# endif # endif #endif @@ -137,7 +136,7 @@ # define fdopen(fd,mode) NULL /* No fdopen() */ #endif -#if (defined(_MSC_VER) && (_MSC_VER >= 600)) +#if (defined(_MSC_VER) && (_MSC_VER > 600)) # define fdopen(fd,type) _fdopen(fd,type) #endif @@ -185,8 +184,8 @@ # define zmemzero(dest, len) memset(dest, 0, len) # endif #else - extern void zmemcpy OF((Bytef* dest, Bytef* source, uInt len)); - extern int zmemcmp OF((Bytef* s1, Bytef* s2, uInt len)); + extern void zmemcpy OF((Bytef* dest, const Bytef*...
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