Deleted Added
full compact
33a34,38
>
> #include <sys/cdefs.h>
> __FBSDID("$FreeBSD: head/contrib/smbfs/smbutil/view.c 150312 2005-09-19 08:07:18Z imura $");
>
> #include <sys/endian.h>
47,48d51
< #include <sys/mchain.h>
<
116c119
< type = letohs(ep->shi1_type);
---
> type = le16toh(ep->shi1_type);