Deleted Added
full compact
39c39
< * $FreeBSD: head/sys/netgraph/ng_message.h 62471 2000-07-03 13:34:18Z phk $
---
> * $FreeBSD: head/sys/netgraph/ng_message.h 64508 2000-08-10 22:45:54Z archie $
72,78c72,78
< { "version", &ng_parse_int8_type }, \
< { "spare", &ng_parse_int8_type }, \
< { "arglen", &ng_parse_int16_type }, \
< { "flags", &ng_parse_int32_type }, \
< { "token", &ng_parse_int32_type }, \
< { "typecookie", &ng_parse_int32_type }, \
< { "cmd", &ng_parse_int32_type }, \
---
> { "version", &ng_parse_uint8_type }, \
> { "spare", &ng_parse_uint8_type }, \
> { "arglen", &ng_parse_uint16_type }, \
> { "flags", &ng_parse_hint32_type }, \
> { "token", &ng_parse_uint32_type }, \
> { "typecookie", &ng_parse_uint32_type }, \
> { "cmd", &ng_parse_uint32_type }, \
193,194c193,194
< { "id", &ng_parse_int32_type }, \
< { "hooks", &ng_parse_int32_type }, \
---
> { "id", &ng_parse_hint32_type }, \
> { "hooks", &ng_parse_uint32_type }, \
239c239
< { "numnames", &ng_parse_int32_type }, \
---
> { "numnames", &ng_parse_uint32_type }, \
255c255
< { "typeinfo", &ng_parse_int32_type }, \
---
> { "numnodes", &ng_parse_uint32_type }, \
268c268
< { "numtypes", &ng_parse_int32_type }, \
---
> { "numtypes", &ng_parse_uint32_type }, \