summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/netgraph/ng_ether.c1
-rw-r--r--sys/netgraph/ng_gif.c1
2 files changed, 0 insertions, 2 deletions
diff --git a/sys/netgraph/ng_ether.c b/sys/netgraph/ng_ether.c
index 12ab4db..674a1f2 100644
--- a/sys/netgraph/ng_ether.c
+++ b/sys/netgraph/ng_ether.c
@@ -187,7 +187,6 @@ static struct ng_type ng_ether_typestruct = {
.disconnect = ng_ether_disconnect,
.cmdlist = ng_ether_cmdlist,
};
-MODULE_VERSION(ng_ether, 1);
NETGRAPH_INIT(ether, &ng_ether_typestruct);
/******************************************************************
diff --git a/sys/netgraph/ng_gif.c b/sys/netgraph/ng_gif.c
index 631d0586..135d66c 100644
--- a/sys/netgraph/ng_gif.c
+++ b/sys/netgraph/ng_gif.c
@@ -153,7 +153,6 @@ static struct ng_type ng_gif_typestruct = {
.disconnect = ng_gif_disconnect,
.cmdlist = ng_gif_cmdlist,
};
-MODULE_VERSION(ng_gif, 1);
MODULE_DEPEND(ng_gif, if_gif, 1,1,1);
NETGRAPH_INIT(gif, &ng_gif_typestruct);
OpenPOWER on IntegriCloud