summaryrefslogtreecommitdiff
path: root/sys/net/if_pflow.h
diff options
context:
space:
mode:
authorSebastian Benoit <benno@cvs.openbsd.org>2014-01-20 10:46:54 +0000
committerSebastian Benoit <benno@cvs.openbsd.org>2014-01-20 10:46:54 +0000
commit4ce18d84996428d24fc91d7cd6ddf13650634bb8 (patch)
tree7b14335f602e02a989e176165484881c3b2a8ac1 /sys/net/if_pflow.h
parent95fd1e3c50b599968bd5b8bdeaabd029f377de0a (diff)
tedu unused declaration. ok florian@
Diffstat (limited to 'sys/net/if_pflow.h')
-rw-r--r--sys/net/if_pflow.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/net/if_pflow.h b/sys/net/if_pflow.h
index 1676ec8d016..b88fcb6a438 100644
--- a/sys/net/if_pflow.h
+++ b/sys/net/if_pflow.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_pflow.h,v 1.9 2013/08/13 08:44:05 florian Exp $ */
+/* $OpenBSD: if_pflow.h,v 1.10 2014/01/20 10:46:53 benno Exp $ */
/*
* Copyright (c) 2008 Henning Brauer <henning@openbsd.org>
@@ -248,8 +248,6 @@ struct pflow_ipfix_flow6 {
#ifdef _KERNEL
-extern int pflow_ok;
-
struct pflow_softc {
struct ifnet sc_if;
struct ifnet *sc_pflow_ifp;