Deleted Added
full compact
34c34
< __FBSDID("$FreeBSD: stable/11/stand/libsa/bootparam.c 329132 2018-02-11 19:51:29Z kevans $");
---
> __FBSDID("$FreeBSD: stable/11/stand/libsa/bootparam.c 332154 2018-04-06 21:37:25Z kevans $");
80c80
< u_int32_t atype;
---
> uint32_t atype;
111,114c111,114
< u_int32_t prog;
< u_int32_t vers;
< u_int32_t proc;
< u_int32_t arglen;
---
> uint32_t prog;
> uint32_t vers;
> uint32_t proc;
> uint32_t arglen;
118,120c118,120
< u_int16_t _pad;
< u_int16_t port;
< u_int32_t encap_len;
---
> uint16_t _pad;
> uint16_t port;
> uint32_t encap_len;