$OpenBSD: patch-src_output-plugins_spo_alert_full_c,v 1.1 2008/02/12 14:13:32 rui Exp $
--- src/output-plugins/spo_alert_full.c.orig	Mon Aug 20 19:26:05 2007
+++ src/output-plugins/spo_alert_full.c	Mon Nov 19 22:36:14 2007
@@ -162,7 +162,7 @@ void AlertFull(Packet *p, char *msg, void *arg, Event 
     DEBUG_WRAP(DebugMessage(DEBUG_LOG, "Logging Alert data!\n"););
 
     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);
