mirror of
https://github.com/ruby/ruby.git
synced 2025-08-23 13:04:13 +02:00
* remove trailing spaces.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40196 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
0626d9b91c
commit
fa93be2f05
4 changed files with 6 additions and 6 deletions
|
@ -163,7 +163,7 @@ typedef union {
|
|||
#ifdef HAVE_TYPE_STRUCT_SOCKADDR_UN
|
||||
struct sockaddr_un un;
|
||||
#endif
|
||||
struct sockaddr_storage storage;
|
||||
struct sockaddr_storage storage;
|
||||
char place_holder[2048]; /* sockaddr_storage is not enough for Unix domain sockets on SunOS and Darwin. */
|
||||
} union_sockaddr;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue