aboutsummaryrefslogtreecommitdiff
path: root/sys/netgraph/ng_ether.c
diff options
context:
space:
mode:
authorJulian Elischer <julian@FreeBSD.org>2000-12-18 20:03:32 +0000
committerJulian Elischer <julian@FreeBSD.org>2000-12-18 20:03:32 +0000
commit589f6ed8ce4b9da11cbdce95d6dcf9ad45792175 (patch)
tree534b2b7e8dd4251f264f5266d72c7c260db68933 /sys/netgraph/ng_ether.c
parentde2bcc634024809e51647e02d8733bc78881dfb6 (diff)
Notes
Diffstat (limited to 'sys/netgraph/ng_ether.c')
-rw-r--r--sys/netgraph/ng_ether.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netgraph/ng_ether.c b/sys/netgraph/ng_ether.c
index 806798a7f8ee..194b5eebcdbb 100644
--- a/sys/netgraph/ng_ether.c
+++ b/sys/netgraph/ng_ether.c
@@ -180,7 +180,7 @@ static const struct ng_cmdlist ng_ether_cmdlist[] = {
};
static struct ng_type ng_ether_typestruct = {
- NG_VERSION,
+ NG_ABI_VERSION,
NG_ETHER_NODE_TYPE,
ng_ether_mod_event,
ng_ether_constructor,