summaryrefslogtreecommitdiff
path: root/sys/net/if_gre.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/net/if_gre.h')
-rw-r--r--sys/net/if_gre.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/net/if_gre.h b/sys/net/if_gre.h
index c32e9423841..da1a37d9104 100644
--- a/sys/net/if_gre.h
+++ b/sys/net/if_gre.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_gre.h,v 1.1 2000/01/07 21:37:30 angelos Exp $ */
+/* $OpenBSD: if_gre.h,v 1.2 2000/01/07 23:25:22 angelos Exp $ */
/* $NetBSD: if_gre.h,v 1.5 1999/11/19 20:41:19 thorpej Exp $ */
/*
@@ -46,7 +46,6 @@ struct gre_softc {
int gre_flags;
struct in_addr g_src; /* source address of gre packets */
struct in_addr g_dst; /* destination address of gre packets */
- caddr_t gre_bpf;
struct route route; /* routing entry that determines, where a
encapsulated packet should go */
u_char g_proto; /* protocol of encapsulator */