--- src/sys/netinet/in_var.h 2008/07/03 08:22:36 1.14 +++ src/sys/netinet/in_var.h 2008/07/27 10:06:57 1.15 @@ -253,7 +253,7 @@ void in_ifscrub (struct ifnet *, struct void in_iaunlink (struct in_ifaddr *); void in_iahash_insert (struct in_ifaddr *); void in_iahash_remove (struct in_ifaddr *); -int ipflow_fastforward (struct mbuf *, struct lwkt_serialize *); +int ipflow_fastforward (struct mbuf *); void ipflow_create (const struct route *, struct mbuf *); void ipflow_slowtimo (void);