svn commit: r203937 - user/kmacy/head_flowtable_v6/sys/net

Kip Macy kmacy at FreeBSD.org
Mon Feb 15 21:40:25 UTC 2010


Author: kmacy
Date: Mon Feb 15 21:40:25 2010
New Revision: 203937
URL: http://svn.freebsd.org/changeset/base/203937

Log:
  - remove opt_inet{6}.h dependency

Modified:
  user/kmacy/head_flowtable_v6/sys/net/flowtable.h

Modified: user/kmacy/head_flowtable_v6/sys/net/flowtable.h
==============================================================================
--- user/kmacy/head_flowtable_v6/sys/net/flowtable.h	Mon Feb 15 20:46:01 2010	(r203936)
+++ user/kmacy/head_flowtable_v6/sys/net/flowtable.h	Mon Feb 15 21:40:25 2010	(r203937)
@@ -73,13 +73,9 @@ int kern_flowtable_insert(struct flowtab
 void flow_invalidate(struct flentry *fl);
 void flowtable_route_flush(struct flowtable *ft, struct rtentry *rt);
 
-#ifdef INET
 void flow_to_route(struct flentry *fl, struct route *ro);
-#endif
 
-#ifdef INET6
 void flow_to_route_in6(struct flentry *fl, struct route_in6 *ro);
-#endif
 
 
 #endif /* _KERNEL */


More information about the svn-src-user mailing list