From e8e537a38f71fbc3877d13160a36ff2b436607c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Tue, 15 Apr 2003 03:27:19 +0000 Subject: [PATCH] x git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@12016 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/roken/ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) 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