diff options
Diffstat (limited to 'sys/dev/usb/udbp.c')
-rw-r--r-- | sys/dev/usb/udbp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/usb/udbp.c b/sys/dev/usb/udbp.c index 906f524..29e203e 100644 --- a/sys/dev/usb/udbp.c +++ b/sys/dev/usb/udbp.c @@ -185,7 +185,7 @@ Static const struct ng_cmdlist ng_udbp_cmdlist[] = { /* Netgraph node type descriptor */ Static struct ng_type ng_udbp_typestruct = { - NG_VERSION, + NG_ABI_VERSION, NG_UDBP_NODE_TYPE, NULL, ng_udbp_constructor, |