svn commit: r257254 - head/lib/libnetgraph

Gleb Smirnoff glebius at FreeBSD.org
Mon Oct 28 14:47:33 UTC 2013


Author: glebius
Date: Mon Oct 28 14:47:33 2013
New Revision: 257254
URL: http://svnweb.freebsd.org/changeset/base/257254

Log:
  Remove ng_fec(4).

Modified:
  head/lib/libnetgraph/debug.c

Modified: head/lib/libnetgraph/debug.c
==============================================================================
--- head/lib/libnetgraph/debug.c	Mon Oct 28 14:27:35 2013	(r257253)
+++ head/lib/libnetgraph/debug.c	Mon Oct 28 14:47:33 2013	(r257254)
@@ -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),


More information about the svn-src-head mailing list