Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 15 Feb 2010 21:40:25 +0000 (UTC)
From:      Kip Macy <kmacy@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-user@freebsd.org
Subject:   svn commit: r203937 - user/kmacy/head_flowtable_v6/sys/net
Message-ID:  <201002152140.o1FLePIb021849@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 */



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201002152140.o1FLePIb021849>