diff --git a/lib/roken/ChangeLog b/lib/roken/ChangeLog index 04523245b..f25a3fe70 100644 --- a/lib/roken/ChangeLog +++ b/lib/roken/ChangeLog @@ -1,3 +1,9 @@ +2003-04-15 Love + + * socket.c (socket_set_tos): if setsockopt failed with EINVAL + failed, just ignore it, sock was probably a just a non AF_INET + socket + 2003-04-14 Love * strncasecmp.c: cast argument to toupper to unsigned char, from