diff options
| author | Julian Elischer <julian@FreeBSD.org> | 2000-12-18 20:03:32 +0000 |
|---|---|---|
| committer | Julian Elischer <julian@FreeBSD.org> | 2000-12-18 20:03:32 +0000 |
| commit | 589f6ed8ce4b9da11cbdce95d6dcf9ad45792175 (patch) | |
| tree | 534b2b7e8dd4251f264f5266d72c7c260db68933 /sys/netgraph/ng_sample.c | |
| parent | de2bcc634024809e51647e02d8733bc78881dfb6 (diff) | |
Notes
Diffstat (limited to 'sys/netgraph/ng_sample.c')
| -rw-r--r-- | sys/netgraph/ng_sample.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netgraph/ng_sample.c b/sys/netgraph/ng_sample.c index 4d4bfbaa6148..831e07047b4a 100644 --- a/sys/netgraph/ng_sample.c +++ b/sys/netgraph/ng_sample.c @@ -96,7 +96,7 @@ static const struct ng_cmdlist ng_xxx_cmdlist[] = { /* Netgraph node type descriptor */ static struct ng_type typestruct = { - NG_VERSION, + NG_ABI_VERSION, NG_XXX_NODE_TYPE, NULL, ng_xxx_constructor, |
