$OpenBSD: patch-src_preprocessors_spp_sfportscan_c,v 1.6 2013/01/16 04:52:53 lteo Exp $
--- src/preprocessors/spp_sfportscan.c.orig	Fri Sep 21 02:09:14 2012
+++ src/preprocessors/spp_sfportscan.c	Tue Oct  9 22:18:53 2012
@@ -272,7 +272,7 @@ static int LogPortscanAlert(Packet *p, char *msg, uint
         return 0;
     }
 
-    ts_print((struct timeval *)&p->pkth->ts, timebuf);
+    ts_print((struct sf_timeval32 *)&p->pkth->ts, timebuf);
 
     fprintf(g_logfile, "Time: %s\n", timebuf);
 
