summaryrefslogtreecommitdiffstats
path: root/sys/net/if_spppsubr.c
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2001-06-15 07:33:09 +0000
committerpeter <peter@FreeBSD.org>2001-06-15 07:33:09 +0000
commit31a6b6a02b7a0567cf67bcb56fb535e9af5b5d2b (patch)
tree2dd5d91ac48ca2fa49b26d96637f84d42be9291b /sys/net/if_spppsubr.c
parentdfa93ae30170489c96dd2ce5b88789c58584c95e (diff)
downloadFreeBSD-src-31a6b6a02b7a0567cf67bcb56fb535e9af5b5d2b.zip
FreeBSD-src-31a6b6a02b7a0567cf67bcb56fb535e9af5b5d2b.tar.gz
Fix warning: 848: warning: label `nosupport' defined but not used
Diffstat (limited to 'sys/net/if_spppsubr.c')
-rw-r--r--sys/net/if_spppsubr.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/net/if_spppsubr.c b/sys/net/if_spppsubr.c
index f3ba7dc..1fce3fe 100644
--- a/sys/net/if_spppsubr.c
+++ b/sys/net/if_spppsubr.c
@@ -844,7 +844,6 @@ sppp_output(struct ifnet *ifp, struct mbuf *m,
ETHERTYPE_IPX : PPP_IPX);
break;
#endif
-nosupport:
default:
m_freem (m);
++ifp->if_oerrors;
OpenPOWER on IntegriCloud