[zeromq-dev] Small gcc-4.4 patch
Conrad Steenberg
conrad.steenberg at gmail.com
Tue Jul 14 04:21:41 CEST 2009
Hi
I needed this trivial patch to compile zmq-1.0.0 on Fedora 11 on x86
with gcc-4.4: 2 calls to strchr() needed to be converted from
char * strchr ( const char * str, int character );
to
const char * strchr ( const char * str, int character );
^^^^^
Cheers,
Conrad
--
-----------------------------------------------------------------------------
Conrad D. Steenberg Ph.D. conrad.steenberg at caltech.edu
Scientific Software Engineer http://www.nupack.org
Pierce Bioengineering Lab Mail Code 114-96
California Institute of Technology Pasadena, CA, 91125
-------------- next part --------------
A non-text attachment was scrubbed...
Name: zmq-gcc_4_4.diff
Type: text/x-patch
Size: 735 bytes
Desc: not available
URL: <https://lists.zeromq.org/pipermail/zeromq-dev/attachments/20090713/9648449d/attachment.bin>
More information about the zeromq-dev
mailing list