$OpenBSD: patch-tcpip_cc,v 1.3 2005/02/08 19:06:42 sturm Exp $
--- tcpip.cc.orig	Sat Feb  5 23:37:55 2005
+++ tcpip.cc	Tue Feb  8 19:36:27 2005
@@ -1664,7 +1664,8 @@ if (timedout) {
    gettimeofday(&tv_end, NULL);
    *rcvdtime = tv_end;
 #else
-   *rcvdtime = head.ts;
+   rcvdtime->tv_sec = head.ts.tv_sec;
+   rcvdtime->tv_usec = head.ts.tv_usec;
    assert(head.ts.tv_sec);
 #endif
  }
