freebsd-ports/security/barnyard/files/64-bit-util.c
Pav Lucistnik affb1ff4f4 - Patches for 64-bit systems
- Toggle MySQL option to default to 'on'

PR:		ports/118873
Submitted by:	Paul Schmehl <pauls@utdallas.edu> (maintainer)
2008-01-04 12:48:37 +00:00

12 lines
400 B
C

--- src/util.c 2004-03-06 17:30:15.000000000 -0500
+++ src/util.c 2007-08-12 00:14:52.000000000 -0400
@@ -514,7 +514,8 @@
static char tmpbuf[256];
-int RenderTimeval(struct timeval *tv, char *timebuf, size_t len)
+// int RenderTimeval(struct timeval *tv, char *timebuf, size_t len)
+int RenderTimeval(struct pcap_timeval *tv, char *timebuf, size_t len)
{
struct tm *lt;
time_t timet;