diff options
| author | Tim J. Robbins <tjr@FreeBSD.org> | 2003-03-08 06:58:22 +0000 |
|---|---|---|
| committer | Tim J. Robbins <tjr@FreeBSD.org> | 2003-03-08 06:58:22 +0000 |
| commit | 74c69254e6161f609c5b4c3faca34b027753580b (patch) | |
| tree | 46cb21e953b3d94028c78498a31a4bad7044005f /sys/netipx/ipx_usrreq.c | |
| parent | 9b80d344ec97f7609f3ad08cd5283eab1ec13be9 (diff) | |
Notes
Diffstat (limited to 'sys/netipx/ipx_usrreq.c')
| -rw-r--r-- | sys/netipx/ipx_usrreq.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/sys/netipx/ipx_usrreq.c b/sys/netipx/ipx_usrreq.c index f0c803a90b9a2..019470b21eba0 100644 --- a/sys/netipx/ipx_usrreq.c +++ b/sys/netipx/ipx_usrreq.c @@ -404,13 +404,6 @@ ipx_ctloutput(so, sopt) error = ipxip_route(so, sopt); break; #endif /* IPXIP */ -#ifdef IPTUNNEL -#if 0 - case SO_IPXTUNNEL_ROUTE: - error = ipxtun_route(so, sopt); - break; -#endif -#endif default: error = EINVAL; } |
