Using AF_* constants instead of PF_* (for POSIX compliance)
This commit is contained in:
parent
0246b35efb
commit
d9846e9f6b
|
@ -42,7 +42,7 @@
|
|||
|
||||
/* for udp4 and udp6 */
|
||||
#ifndef UDP_FAMILY
|
||||
# define UDP_FAMILY PF_UNSPEC
|
||||
# define UDP_FAMILY AF_UNSPEC
|
||||
#endif
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user