diff options
author | lloyd <[email protected]> | 2011-05-24 11:39:58 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2011-05-24 11:39:58 +0000 |
commit | 6bf99bb01aac7266ec6f3c5556fc5177e0f881ad (patch) | |
tree | 77276c85cda417cd1c58cc3f7156ee69b55dad88 /doc | |
parent | 8bb2bba80af0e39848c769c2ea408b831ca7391e (diff) |
FD_ZERO on Solaris uses memset, and assumes we included string.h
already. Reported by Jeremy C. Reed <[email protected]>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/log.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/log.txt b/doc/log.txt index 77033f10b..a86c28e59 100644 --- a/doc/log.txt +++ b/doc/log.txt @@ -64,6 +64,11 @@ Version 1.9.18, Not Yet Released * The function ``BigInt::get_substring`` did not work correctly with a *length* argument of 32. +* The implementation of ``FD_ZERO`` on Solaris uses ``memset`` and + assumes the caller included ``string.h`` on its behalf. Do so to + fix compilation in the ``dev_random`` and ``unix_procs`` entropy + sources. Patch from Jeremy C. Reed. + * Add two different configuration targets for Atom, since some are 32-bit and some are 64-bit. The 'atom' target now refers to the 64-bit implementations, use 'atom32' to target the 32-bit |