Remove ng_fec(4).

This commit is contained in:
Gleb Smirnoff 2013-10-28 14:47:33 +00:00
parent 86be9f0dd5
commit acfa99a6f6

View File

@ -68,7 +68,6 @@ __FBSDID("$FreeBSD$");
#include <netgraph/ng_eiface.h> #include <netgraph/ng_eiface.h>
#include <netgraph/ng_etf.h> #include <netgraph/ng_etf.h>
#include <netgraph/ng_ether.h> #include <netgraph/ng_ether.h>
#include <netgraph/ng_fec.h>
#include <netgraph/ng_frame_relay.h> #include <netgraph/ng_frame_relay.h>
#include <netgraph/ng_gif.h> #include <netgraph/ng_gif.h>
#include <netgraph/ng_gif_demux.h> #include <netgraph/ng_gif_demux.h>
@ -136,7 +135,6 @@ static const struct ng_cookie cookies[] = {
COOKIE(EIFACE), COOKIE(EIFACE),
COOKIE(ETF), COOKIE(ETF),
COOKIE(ETHER), COOKIE(ETHER),
COOKIE(FEC),
COOKIE(FRAMERELAY), COOKIE(FRAMERELAY),
COOKIE(GIF), COOKIE(GIF),
COOKIE(GIF_DEMUX), COOKIE(GIF_DEMUX),