summaryrefslogtreecommitdiff
path: root/net/kamailio/files
diff options
context:
space:
mode:
Diffstat (limited to 'net/kamailio/files')
-rw-r--r--net/kamailio/files/patch-ip_addr_h2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/kamailio/files/patch-ip_addr_h b/net/kamailio/files/patch-ip_addr_h
index 5fc44d9c8e7a..6d58de0d7338 100644
--- a/net/kamailio/files/patch-ip_addr_h
+++ b/net/kamailio/files/patch-ip_addr_h
@@ -5,7 +5,7 @@
#endif
+#ifndef INADDR_LOOPBACK
-+#define INADDR_LOOPBACK (long) 0x7F000001
++#define INADDR_LOOPBACK (u_int32_t)0x7f000001
+#endif
+
struct ip_addr{