Use uint8_t for sockaddr sa_len.

Reviewed by:	bz
This commit is contained in:
Hiroki Sato 2011-06-05 11:40:30 +00:00
parent c3cc3217bc
commit 7de7a90404
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=222712

View File

@ -33,7 +33,7 @@
#define SND_IN 1 /* Incoming traffic. */
struct sockaddr_send {
unsigned char send_len; /* total length */
uint8_t send_len; /* total length */
sa_family_t send_family; /* address family */
int send_direction;
int send_ifidx;