mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
14 lines
533 B
Plaintext
14 lines
533 B
Plaintext
$NetBSD: patch-al,v 1.1.1.1 2010/12/15 03:22:45 jnemeth Exp $
|
|
|
|
--- pbx/pbx_dundi.c.orig 2010-06-22 15:00:11.000000000 +0000
|
|
+++ pbx/pbx_dundi.c
|
|
@@ -37,7 +37,7 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revisi
|
|
#include <pthread.h>
|
|
#include <net/if.h>
|
|
|
|
-#if defined(__FreeBSD__) || defined(__OpenBSD__) || defined(__NetBSD__) || defined(__Darwin__)
|
|
+#if defined(__FreeBSD__) || defined(__OpenBSD__) || defined(__NetBSD__) || defined(__Darwin__) || defined(__DragonFly__)
|
|
#include <net/if_dl.h>
|
|
#include <ifaddrs.h>
|
|
#include <signal.h>
|