git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@21519 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2007-07-12 13:06:35 +00:00
parent 578a6f5594
commit 9cd3a9b5f0

View File

@@ -1,3 +1,11 @@
2007-07-12 Love H<>rnquist <20>strand <lha@it.su.se>
* 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 <20>strand <lha@it.su.se>
* telnet/telnet_locl.h: Include roken.h before the local