From a4f170604ce97b12718181fd43f506edbdb0b0d5 Mon Sep 17 00:00:00 2001 From: Campus Date: Thu, 12 Nov 2015 12:08:41 +0100 Subject: removed kernel support and #if 0s --- src/lib/protocols/netflow.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/lib/protocols/netflow.c') diff --git a/src/lib/protocols/netflow.c b/src/lib/protocols/netflow.c index 30bb898f2..54c634263 100644 --- a/src/lib/protocols/netflow.c +++ b/src/lib/protocols/netflow.c @@ -23,12 +23,10 @@ #ifdef NDPI_PROTOCOL_NETFLOW -#ifndef __KERNEL__ #ifdef WIN32 extern int gettimeofday(struct timeval * tp, struct timezone * tzp); #endif #define do_gettimeofday(a) gettimeofday(a, NULL) -#endif struct flow_ver1_rec { u_int32_t srcaddr; /* Source IP Address */ -- cgit v1.2.3