view network/iputils/fix-defines.patch @ 460:b43b5c35f273

vanilla: turn off gtk-update-icon-cache output
author David Demelier <markand@malikania.fr>
date Sat, 06 Apr 2019 09:37:16 +0200
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