diff options
author | glebius <glebius@FreeBSD.org> | 2013-10-28 14:47:33 +0000 |
---|---|---|
committer | glebius <glebius@FreeBSD.org> | 2013-10-28 14:47:33 +0000 |
commit | 8ebac90b8a505720d9c1d1aad5489afff5c74e56 (patch) | |
tree | 75c86bc76b05571010db3b5838a82d5d8f9d259b /lib/libnetgraph | |
parent | 74b8996ebefacbf869105ddeb0bd74e0c79859d1 (diff) | |
download | FreeBSD-src-8ebac90b8a505720d9c1d1aad5489afff5c74e56.zip FreeBSD-src-8ebac90b8a505720d9c1d1aad5489afff5c74e56.tar.gz |
Remove ng_fec(4).
Diffstat (limited to 'lib/libnetgraph')
-rw-r--r-- | lib/libnetgraph/debug.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/libnetgraph/debug.c b/lib/libnetgraph/debug.c index dfc75f5..6d0579f 100644 --- a/lib/libnetgraph/debug.c +++ b/lib/libnetgraph/debug.c @@ -68,7 +68,6 @@ __FBSDID("$FreeBSD$"); #include <netgraph/ng_eiface.h> #include <netgraph/ng_etf.h> #include <netgraph/ng_ether.h> -#include <netgraph/ng_fec.h> #include <netgraph/ng_frame_relay.h> #include <netgraph/ng_gif.h> #include <netgraph/ng_gif_demux.h> @@ -136,7 +135,6 @@ static const struct ng_cookie cookies[] = { COOKIE(EIFACE), COOKIE(ETF), COOKIE(ETHER), - COOKIE(FEC), COOKIE(FRAMERELAY), COOKIE(GIF), COOKIE(GIF_DEMUX), |