mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-16 15:11:52 +00:00
Use uint8_t for sockaddr sa_len.
Reviewed by: bz
This commit is contained in:
parent
c3cc3217bc
commit
7de7a90404
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=222712
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user