Using AF_* constants instead of PF_* (for POSIX compliance)

This commit is contained in:
Pierre Pronchery 2013-07-17 03:34:12 +02:00
parent 0246b35efb
commit d9846e9f6b

View File

@ -42,7 +42,7 @@
/* for udp4 and udp6 */
#ifndef UDP_FAMILY
# define UDP_FAMILY PF_UNSPEC
# define UDP_FAMILY AF_UNSPEC
#endif