diff options
| author | Pav Lucistnik <pav@FreeBSD.org> | 2008-01-04 12:48:37 +0000 |
|---|---|---|
| committer | Pav Lucistnik <pav@FreeBSD.org> | 2008-01-04 12:48:37 +0000 |
| commit | affb1ff4f4e10620e0649fea3163734ce5aca72f (patch) | |
| tree | 5a3964601b6cf45bf6b228846b71fcf583be643a /security/barnyard/files/64-bit-util.c | |
| parent | - Drop some dependencies (diff) | |
- Patches for 64-bit systems
- Toggle MySQL option to default to 'on'
PR: ports/118873
Submitted by: Paul Schmehl <pauls@utdallas.edu> (maintainer)
Notes
Notes:
svn path=/head/; revision=204981
Diffstat (limited to 'security/barnyard/files/64-bit-util.c')
| -rw-r--r-- | security/barnyard/files/64-bit-util.c | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/security/barnyard/files/64-bit-util.c b/security/barnyard/files/64-bit-util.c new file mode 100644 index 000000000000..805c2f3f322e --- /dev/null +++ b/security/barnyard/files/64-bit-util.c @@ -0,0 +1,12 @@ +--- 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; |
