48,50c48,50
< u_int32_t n_namesz; /* Length of name. */
< u_int32_t n_descsz; /* Length of descriptor. */
< u_int32_t n_type; /* Type of this note. */
---
> uint32_t n_namesz; /* Length of name. */
> uint32_t n_descsz; /* Length of descriptor. */
> uint32_t n_type; /* Type of this note. */