mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-17 10:26:15 +00:00
Correct UN_SIZE definition
Submitted by: Ben Smithurst <ben@scientia.demon.co.uk>
This commit is contained in:
parent
24731321e6
commit
f84f2c0057
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=58036
@ -84,7 +84,7 @@ server_IsSet(struct fdescriptor *d, const fd_set *fdset)
|
||||
}
|
||||
|
||||
#define IN_SIZE sizeof(struct sockaddr_in)
|
||||
#define UN_SIZE sizeof(struct sockaddr_in)
|
||||
#define UN_SIZE sizeof(struct sockaddr_un)
|
||||
#define ADDRSZ (IN_SIZE > UN_SIZE ? IN_SIZE : UN_SIZE)
|
||||
|
||||
static void
|
||||
|
Loading…
Reference in New Issue
Block a user