openbsd-ports/net/nmap/patches/patch-nsock_src_nsock_internal_h
giovanni e6fc392521 Update to 6.25
lot of improvements in nse scripting engine and in ipv6 support
Full changelog: http://nmap.org/changelog.html
Help and ok sthen@ and dcoppa@
2012-12-19 17:12:11 +00:00

13 lines
497 B
Plaintext

$OpenBSD: patch-nsock_src_nsock_internal_h,v 1.2 2012/12/19 17:12:11 giovanni Exp $
--- nsock/src/nsock_internal.h.orig Mon Nov 12 21:44:37 2012
+++ nsock/src/nsock_internal.h Fri Nov 30 12:41:48 2012
@@ -203,7 +203,7 @@ typedef struct {
int tracelevel;
FILE *tracefile;
/* This time is subtracted from the current time for trace reports */
- struct timeval tracebasetime;
+ struct bpf_timeval tracebasetime;
/* If true, new sockets will have SO_BROADCAST set */
int broadcast;