$OpenBSD: patch-src_output-plugins_spo_csv_c,v 1.1 2008/02/12 14:13:32 rui Exp $
--- src/output-plugins/spo_csv.c.orig	Mon Aug 20 19:26:06 2007
+++ src/output-plugins/spo_csv.c	Mon Nov 19 22:37:14 2007
@@ -270,7 +270,7 @@ void RealAlertCSV(Packet * p, char *msg, FILE * file, 
 	return;
 
     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);
 
     DEBUG_WRAP(DebugMessage(DEBUG_LOG,"Logging CSV Alert data\n");); 
 
