$OpenBSD: patch-src_output-plugins_spo_alert_fast_c,v 1.1 2008/02/12 14:13:32 rui Exp $
--- src/output-plugins/spo_alert_fast.c.orig	Mon Aug 20 19:26:05 2007
+++ src/output-plugins/spo_alert_fast.c	Mon Nov 19 22:36:30 2007
@@ -138,7 +138,7 @@ void AlertFast(Packet *p, char *msg, void *arg, Event 
     SpoAlertFastData *data = (SpoAlertFastData *)arg;
 
     bzero((char *) timestamp, TIMEBUF_SIZE);
-    ts_print(p == NULL ? NULL : (struct timeval *) & p->pkth->ts, timestamp);
+    ts_print(p == NULL ? NULL : (struct timeval32 *) & p->pkth->ts, timestamp);
 
     /* dump the timestamp */
     fwrite(timestamp, strlen(timestamp), 1, data->file);
