diff options
author | Hartmut Brandt <harti@FreeBSD.org> | 2004-01-26 14:05:31 +0000 |
---|---|---|
committer | Hartmut Brandt <harti@FreeBSD.org> | 2004-01-26 14:05:31 +0000 |
commit | 87e2c66a6a23792e3598990f8f258ca7f52af928 (patch) | |
tree | a18015e7df92db337721d9972123a9203ac17d71 /sys/netgraph/ng_parse.h | |
parent | 9220eb85cb7f5d6aba843cdb7cfed720e43b3895 (diff) | |
download | src-test2-87e2c66a6a23792e3598990f8f258ca7f52af928.tar.gz src-test2-87e2c66a6a23792e3598990f8f258ca7f52af928.zip |
Notes
Diffstat (limited to 'sys/netgraph/ng_parse.h')
-rw-r--r-- | sys/netgraph/ng_parse.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/sys/netgraph/ng_parse.h b/sys/netgraph/ng_parse.h index e8df66917eed..915555145502 100644 --- a/sys/netgraph/ng_parse.h +++ b/sys/netgraph/ng_parse.h @@ -404,11 +404,11 @@ extern const struct ng_parse_type ng_parse_sizedstring_type; /* * COMMONLY USED BOUNDED LENGTH STRING TYPES */ -extern const struct ng_parse_type ng_parse_nodebuf_type; /* NG_NODELEN + 1 */ -extern const struct ng_parse_type ng_parse_hookbuf_type; /* NG_HOOKLEN + 1 */ -extern const struct ng_parse_type ng_parse_pathbuf_type; /* NG_PATHLEN + 1 */ -extern const struct ng_parse_type ng_parse_typebuf_type; /* NG_TYPELEN + 1 */ -extern const struct ng_parse_type ng_parse_cmdbuf_type; /* NG_CMDSTRLEN + 1 */ +extern const struct ng_parse_type ng_parse_nodebuf_type; /* NG_NODESIZ */ +extern const struct ng_parse_type ng_parse_hookbuf_type; /* NG_HOOKSIZ */ +extern const struct ng_parse_type ng_parse_pathbuf_type; /* NG_PATHSIZ */ +extern const struct ng_parse_type ng_parse_typebuf_type; /* NG_TYPESIZ */ +extern const struct ng_parse_type ng_parse_cmdbuf_type; /* NG_CMDSTRSIZ */ /* * INTEGER TYPES |