svn commit: r239429 - stable/9/sys/netgraph
Ed Maste
emaste at FreeBSD.org
Mon Aug 20 14:37:51 UTC 2012
Author: emaste
Date: Mon Aug 20 14:37:50 2012
New Revision: 239429
URL: http://svn.freebsd.org/changeset/base/239429
Log:
MFC r238844: Add version so others can depend on this module
Modified:
stable/9/sys/netgraph/ng_ether.c
Directory Properties:
stable/9/sys/ (props changed)
Modified: stable/9/sys/netgraph/ng_ether.c
==============================================================================
--- stable/9/sys/netgraph/ng_ether.c Mon Aug 20 14:34:30 2012 (r239428)
+++ stable/9/sys/netgraph/ng_ether.c Mon Aug 20 14:37:50 2012 (r239429)
@@ -71,6 +71,8 @@
#include <netgraph/ng_parse.h>
#include <netgraph/ng_ether.h>
+MODULE_VERSION(ng_ether, 1);
+
#define IFP2NG(ifp) (IFP2AC((ifp))->ac_netgraph)
/* Per-node private data */
More information about the svn-src-stable
mailing list