diff --git a/src/capture.h b/src/capture.h index 17f9ccb..48a8251 100644 --- a/src/capture.h +++ b/src/capture.h @@ -48,15 +48,6 @@ #define _BSD_SOURCE 1 #endif -/* Old versions of libpcap in OpenBSD use - * which actually defines timestamps as bpf_timeval instead - * of simple timeval. This no longer happens in newest libpcap - * versions, where header packets have timestamps in timeval - * structs */ -#if defined (__OpenBSD__) && defined(_NET_BPF_H_) -#define timeval bpf_timeval -#endif - #if defined(BSD) || defined (__OpenBSD__) || defined(__FreeBSD__) #include #include