diff options
| author | Jeroen Ruigrok van der Werven <asmodai@FreeBSD.org> | 2001-02-18 10:43:53 +0000 |
|---|---|---|
| committer | Jeroen Ruigrok van der Werven <asmodai@FreeBSD.org> | 2001-02-18 10:43:53 +0000 |
| commit | d7d97eb0aa6f7315a98a6010d82c4fc71bd2211c (patch) | |
| tree | f8fb6added0ae23b19c6ae7f29f514a212a31fde /sys/netgraph/ng_base.c | |
| parent | 7c637968288584dda60170d7c2977973e20ae503 (diff) | |
Notes
Diffstat (limited to 'sys/netgraph/ng_base.c')
| -rw-r--r-- | sys/netgraph/ng_base.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netgraph/ng_base.c b/sys/netgraph/ng_base.c index e1390415dd6b..177aeadc7ae8 100644 --- a/sys/netgraph/ng_base.c +++ b/sys/netgraph/ng_base.c @@ -370,7 +370,7 @@ DEFINE_PARSE_STRUCT_TYPE(typeinfo, TYPEINFO, ()); DEFINE_PARSE_STRUCT_TYPE(linkinfo, LINKINFO, (&ng_generic_nodeinfo_type)); /* Get length of an array when the length is stored as a 32 bit - value immediately preceeding the array -- as with struct namelist + value immediately preceding the array -- as with struct namelist and struct typelist. */ static int ng_generic_list_getLength(const struct ng_parse_type *type, |
