diff options
author | julian <julian@FreeBSD.org> | 1995-10-31 23:36:47 +0000 |
---|---|---|
committer | julian <julian@FreeBSD.org> | 1995-10-31 23:36:47 +0000 |
commit | 2457c77564e4384d49f9fcfd57b66e3619625e27 (patch) | |
tree | 62e87b22c042bf167915c074c6618f3fce82e573 /sys/netipx/ipx_ip.h | |
parent | 77550cade35b9e2a27cce1c3e2bf177d8b0b4bc8 (diff) | |
download | FreeBSD-src-2457c77564e4384d49f9fcfd57b66e3619625e27.zip FreeBSD-src-2457c77564e4384d49f9fcfd57b66e3619625e27.tar.gz |
Submitted by: Mike Mitchell (mitchell@ref.tfs.com)
these patches bring the ipx code up to the point that it compiles cleanly with
the -W arguments suggested by bruce.
Diffstat (limited to 'sys/netipx/ipx_ip.h')
-rw-r--r-- | sys/netipx/ipx_ip.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/netipx/ipx_ip.h b/sys/netipx/ipx_ip.h index 12c1161..fb7c6de 100644 --- a/sys/netipx/ipx_ip.h +++ b/sys/netipx/ipx_ip.h @@ -31,7 +31,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * @(#)ipxip.h + * @(#)$Id$ */ #ifndef __NETIPX_IPXIP_H_ @@ -59,7 +59,7 @@ void ipxip_rtchange __P((struct in_addr *dst)); struct ifnet_en *ipxipattach __P((void)); int ipxipioctl __P((struct ifnet *ifp, int cmd, caddr_t data)); void ipxip_input __P((struct mbuf *m, struct ifnet *ifp)); -int ipxipoutput __P((struct ifnet_en *ifn, struct mbuf *m, struct sockaddr *dst)); +int ipxipoutput __P((struct ifnet *ifn, struct mbuf *m, struct sockaddr *dst, struct rtentry *rt)); void ipxipstart __P((struct ifnet *ifp)); int ipxip_route __P((struct mbuf *m)); int ipxip_free __P((struct ifnet *ifp)); |