Reflect that if_output changed to take a struct route as its fourth

argument (r191148).

MFC after:	1 week
This commit is contained in:
Sergey Kandaurov 2012-03-07 11:29:43 +00:00
parent c469a8f18f
commit 3f978c3537
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=232654

View File

@ -103,7 +103,7 @@
.Ft int
.Fo \*(lp*if_output\*(rp
.Fa "struct ifnet *ifp" "struct mbuf *m"
.Fa "struct sockaddr *dst" "struct rtentry *rt"
.Fa "struct sockaddr *dst" "struct route *ro"
.Fc
.Ft void
.Fn \*(lp*if_start\*(rp "struct ifnet *ifp"