aboutsummaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2002-09-09 08:25:00 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2002-09-09 08:25:00 +0000
commitccd6d236b8a7ef86ff84cf9798bf6ef52d2aa1a6 (patch)
treea0fc7ceb2ca990dadf2ae4c01ddc74404944460f /sys
parentd4f82fcf34a5fd829021280277734a2fc112ddf4 (diff)
Notes
Diffstat (limited to 'sys')
-rw-r--r--sys/net/if_gre.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/net/if_gre.h b/sys/net/if_gre.h
index 3196378e26328..84e2e615e51b0 100644
--- a/sys/net/if_gre.h
+++ b/sys/net/if_gre.h
@@ -41,6 +41,7 @@
#define _NET_IF_GRE_H
#include <sys/ioccom.h>
+#ifdef _KERNEL
#include <sys/queue.h>
struct gre_softc {
@@ -141,6 +142,8 @@ struct mobip_h {
#define GRE_TTL 30
+#endif /* _KERNEL */
+
/*
* ioctls needed to manipulate the interface
*/