aboutsummaryrefslogtreecommitdiffstats
path: root/acl.c
diff options
context:
space:
mode:
authormarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2004-02-02 06:39:23 +0000
committermarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2004-02-02 06:39:23 +0000
commitb0b5c905a5a6d9c2687330c49202b77b4852fd80 (patch)
tree483d039b403852bebfe33af2085677e07208e685 /acl.c
parentdb628fa328fe6dc5653445ccf34759cade3ebf91 (diff)
More BSD enhancements (#970)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@2110 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'acl.c')
-rwxr-xr-xacl.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/acl.c b/acl.c
index 38ac1666c..9e1edb414 100755
--- a/acl.c
+++ b/acl.c
@@ -29,7 +29,7 @@
#include <netinet/in_systm.h>
#include <netinet/ip.h>
#include <sys/ioctl.h>
-#ifdef __OpenBSD__
+#if defined(__OpenBSD__) || defined(__NetBSD__) || defined(__FreeBSD__)
#include <fcntl.h>
#include <net/route.h>
@@ -179,7 +179,7 @@ int ast_lookup_iface(char *iface, struct in_addr *address) {
int ast_ouraddrfor(struct in_addr *them, struct in_addr *us)
{
-#ifdef __OpenBSD__
+#if defined(__OpenBSD__) || defined(__NetBSD__) || defined(__FreeBSD__)
struct sockaddr_in *sin;
struct sockaddr *sa;
struct {