mirror of
https://github.com/dlang/phobos.git
synced 2025-04-27 21:51:40 +03:00
Fix enum type in std.socket to match the receiver type
This commit is contained in:
parent
075b0ed302
commit
68cd5d1168
1 changed files with 1 additions and 1 deletions
|
@ -325,7 +325,7 @@ shared static ~this() @system nothrow @nogc
|
|||
/**
|
||||
* The communication domain used to resolve an address.
|
||||
*/
|
||||
enum AddressFamily: int
|
||||
enum AddressFamily: ushort
|
||||
{
|
||||
UNSPEC = AF_UNSPEC, /// Unspecified address family
|
||||
UNIX = AF_UNIX, /// Local communication
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue