From 9cd3a9b5f02c142f7ef4b9e269c8c6c30fa8ee97 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Thu, 12 Jul 2007 13:06:35 +0000 Subject: [PATCH] x git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@21519 ec53bebd-3082-4978-b11e-865c3cabbd6b --- appl/telnet/ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/appl/telnet/ChangeLog b/appl/telnet/ChangeLog index 858b8f134..b97d1b0c1 100644 --- a/appl/telnet/ChangeLog +++ b/appl/telnet/ChangeLog @@ -1,3 +1,11 @@ +2007-07-12 Love Hörnquist Åstrand + + * telnetd/sys_term.c: GLIBC made the choice that ut_tv should be + shared between 32 and 64 bit platforms so now we can no longer use + struct timeval functions to compare or set/get data that uses + pointer (gettimeofday for example) since ut_tv is now not a struct + timeval but rather a struct { int32_t tv_sec; int32_t tv_usec; }; + 2006-10-21 Love Hörnquist Åstrand * telnet/telnet_locl.h: Include roken.h before the local