1
0
mirror of https://frontier.innolan.net/rainlance/amiga-fping.git synced 2025-11-20 16:37:07 +00:00

Removed setsockopt IPV6_CHECKSUM, which shouldn't be set and breaks compiling on Solaris (reported by Juergen Arndt)

This commit is contained in:
David Schweikert
2013-07-24 21:36:02 +02:00
parent 3dee903b41
commit a0252f6e79
2 changed files with 5 additions and 10 deletions

View File

@ -1,3 +1,8 @@
UNRELEASED
* Removed setsockopt IPV6_CHECKSUM, which shouldn't be set and breaks
compiling on Solaris (reported by Juergen Arndt)
2013-05-22 David Schweikert <david@schweikert.ch>
* Version 3.5
* Fix sprint_tm buffer size crash (reported by Japheth Cleaver)