Trivial, cosmetic changes from review of last PR.

This commit is contained in:
Gregory Nutt
2018-10-28 06:55:20 -06:00
parent 7329c81503
commit 11cc274eef
5 changed files with 6 additions and 13 deletions
+1 -1
View File
@@ -253,7 +253,7 @@ struct sockaddr_storage
struct sockaddr
{
sa_family_t sa_family; /* Address family: See AF_* definitions */
char sa_data[14]; /* 14-bytes of address data */
char sa_data[14]; /* 14-bytes data (actually variable length) */
};
/* Used with the SO_LINGER socket option */