summaryrefslogtreecommitdiffstats
path: root/sys/net/flowtable.h
diff options
context:
space:
mode:
authorbz <bz@FreeBSD.org>2009-06-12 20:50:28 +0000
committerbz <bz@FreeBSD.org>2009-06-12 20:50:28 +0000
commit6d318791b0f30e23d590ddddbf610f774c8e04ae (patch)
treea065264012044f76cdec548b32c1a5e635201621 /sys/net/flowtable.h
parent64d1a840734da28ba4d1f2510cb98a5c811446f0 (diff)
downloadFreeBSD-src-6d318791b0f30e23d590ddddbf610f774c8e04ae.zip
FreeBSD-src-6d318791b0f30e23d590ddddbf610f774c8e04ae.tar.gz
Garbage collect an extern for a non-existent variable.
While here let the comment end in a '.' and mark the #endif of _KERNEL. Reviewed by: rwatson (as part of a larger patch)
Diffstat (limited to 'sys/net/flowtable.h')
-rw-r--r--sys/net/flowtable.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/sys/net/flowtable.h b/sys/net/flowtable.h
index a47665b..d8858f2 100644
--- a/sys/net/flowtable.h
+++ b/sys/net/flowtable.h
@@ -39,18 +39,16 @@ $FreeBSD$
struct flowtable;
extern struct flowtable *ip_ft;
-extern struct flowtable *ip_forward_ft;
struct flowtable *flowtable_alloc(int nentry, int flags);
/*
* Given a flow table, look up the L3 and L2 information and
- * return it in the route
+ * return it in the route.
*
*/
int flowtable_lookup(struct flowtable *ft, struct mbuf *m,
struct route *ro);
-#endif
-
+#endif /* _KERNEL */
#endif
OpenPOWER on IntegriCloud