diff options
Diffstat (limited to 'os/windows/posix/include/sys/un.h')
-rw-r--r-- | os/windows/posix/include/sys/un.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/os/windows/posix/include/sys/un.h b/os/windows/posix/include/sys/un.h index ec118054..64e57a5b 100644 --- a/os/windows/posix/include/sys/un.h +++ b/os/windows/posix/include/sys/un.h @@ -6,7 +6,7 @@ typedef int in_port_t; struct sockaddr_un
{
- sa_family_t sun_family; /* Address family */
+ sa_family_t sun_family; /* Address family */
char sun_path[]; /* Socket pathname */
};
|