svn commit: r222525 - user/hrs/ipv6/sys/netinet6
Hiroki Sato
hrs at FreeBSD.org
Tue May 31 13:32:36 UTC 2011
Author: hrs
Date: Tue May 31 13:32:36 2011
New Revision: 222525
URL: http://svn.freebsd.org/changeset/base/222525
Log:
Use uint8_t for sockaddr sa_len.
Modified:
user/hrs/ipv6/sys/netinet6/send.h
Modified: user/hrs/ipv6/sys/netinet6/send.h
==============================================================================
--- user/hrs/ipv6/sys/netinet6/send.h Tue May 31 13:21:20 2011 (r222524)
+++ user/hrs/ipv6/sys/netinet6/send.h Tue May 31 13:32:36 2011 (r222525)
@@ -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;
More information about the svn-src-user
mailing list