git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@12016 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2003-04-15 03:27:19 +00:00
parent a3521e0755
commit e8e537a38f

View File

@@ -1,3 +1,9 @@
2003-04-15 Love <lha@stacken.kth.se>
* 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 <lha@stacken.kth.se>
* strncasecmp.c: cast argument to toupper to unsigned char, from