diff options
Diffstat (limited to 'sys/netgraph/ng_async.c')
-rw-r--r-- | sys/netgraph/ng_async.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netgraph/ng_async.c b/sys/netgraph/ng_async.c index 8dc951a..cbc51bb 100644 --- a/sys/netgraph/ng_async.c +++ b/sys/netgraph/ng_async.c @@ -148,7 +148,7 @@ static const struct ng_cmdlist nga_cmdlist[] = { /* Define the netgraph node type */ static struct ng_type typestruct = { - NG_VERSION, + NG_ABI_VERSION, NG_ASYNC_NODE_TYPE, NULL, nga_constructor, |