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

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;