view network/iputils/fix-defines.patch @ 243:c6fcaf294311

dev/llvm: initial import, closes #1083
author David Demelier <markand@malikania.fr>
date Wed, 20 Mar 2019 23:30:00 +0100
parents 96cc0131586a
children
line wrap: on
line source

--- a/ping.h
+++ b/ping.h
@@ -44,6 +44,10 @@
 #define getnameinfo_flags 0
 #endif
 
+#ifndef AI_CANONIDN
+#define AI_CANONIDN 0x0080
+#endif
+
 #ifndef WITHOUT_IFADDRS
 #include <ifaddrs.h>
 #endif