[krbdev.mit.edu #7977] git commit

Tom Yu via RT rt-comment at krbdev.mit.edu
Mon Aug 4 13:58:49 EDT 2014


Correct includes for unlockiter.c

Some platforms (e.g., Solaris) need a declaration of memset() for the
FD_ZERO() macro to work, contrary to POSIX standards.  Add an
inclusion of <string.h> to accommodate them.  Also add <sys/time.h>,
possibly needed by some older platforms, and remove a spurious
inclusion of <sys/socket.h>.

https://github.com/krb5/krb5/commit/f85675510f9028879228193bae25f1b127134fc4
Author: Tom Yu <tlyu at mit.edu>
Commit: f85675510f9028879228193bae25f1b127134fc4
Branch: master
 src/tests/unlockiter.c |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)



More information about the krb5-bugs mailing list