From 0c019671ec15c7634abb3a6380979087e2ada599 Mon Sep 17 00:00:00 2001 From: Florian Forster Date: Thu, 1 Jun 2006 22:24:35 +0200 Subject: [PATCH] Updated ChangeLog: Added entry about the removal of `bind(2)'. --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ChangeLog b/ChangeLog index 74faeb3..fe742a6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,9 @@ 2006-06-01, Version 0.2.1 + * Fix the behavior for non GNU-Linux systems. liboping tried to + `bind(2)' to the raw-socket it uses to send ICMP packets. Apparently + (decided by majority vote ;) this is not the right thing to do. + GNU/Linux never complained about it, but works find without the bind. + Other operating systems don't work at all with the bind. * Build fixes for non-GNU/Linux platforms: Mac OS X doesn't define `size_t' as `unsigned int' and therefore needs casting and FreeBSD needs to have `sys/types.h' included before `netinet/*.h' -- 2.11.0