Add version so others can depend on this module

This commit is contained in:
Ed Maste 2012-07-27 13:57:28 +00:00
parent 2f22eb1c0d
commit 39b553cea0
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=238844

View File

@ -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 */