summaryrefslogtreecommitdiff
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
parentFix build breakage when libreoffice is installed. (diff)
net/kamailio: fix distinfo, patch for ip_addr.h, makefile
Submitted by: Euan Thoms <euan@potensol.com>
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{