aboutsummaryrefslogtreecommitdiff
path: root/net/kamailio/files
diff options
context:
space:
mode:
authorKurt Jaeger <pi@FreeBSD.org>2015-02-25 06:18:40 +0000
committerKurt Jaeger <pi@FreeBSD.org>2015-02-25 06:18:40 +0000
commitafc89f07814e37741b67402c17ab7a19a69a3f74 (patch)
tree82e5420c6d42078b31514f556641652f5a496dc4 /net/kamailio/files
parent5e342df15e34d353724ca53f8695613580ca3c6c (diff)
Notes
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{