$OpenBSD: patch-NmapOps_h,v 1.1 2012/07/16 07:39:31 giovanni Exp $
--- NmapOps.h.orig	Tue May  8 07:49:51 2012
+++ NmapOps.h	Fri May 25 12:39:10 2012
@@ -117,10 +117,10 @@ class NmapOps {
   void setSourceSockAddr(struct sockaddr_storage *ss, size_t ss_len);
 
 // The time this obj. was instantiated   or last ReInit()ed.
-  const struct timeval *getStartTime() { return &start_time; }
+  const struct bpf_timeval *getStartTime() { return (const bpf_timeval*)&start_time; }
   // Number of seconds since getStartTime().  The current time is an
   // optional argument to avoid an extra gettimeofday() call.
-  float TimeSinceStart(const struct timeval *now=NULL);
+  float TimeSinceStart(const struct bpf_timeval *now=NULL);
 
 
 
