1499a825e8
Don't bother bumping the version since it didn't build on DFBSD before there is no binary package that could have changed, and this doesn't change the binary packages on other systems.
13 lines
397 B
Text
13 lines
397 B
Text
$NetBSD: patch-bh,v 1.1 2010/12/22 04:28:53 jnemeth Exp $
|
|
|
|
--- main/asterisk.c.orig 2010-11-11 19:42:06.000000000 +0000
|
|
+++ main/asterisk.c
|
|
@@ -85,7 +85,7 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revisi
|
|
#include <sys/sysctl.h>
|
|
#if !defined(__OpenBSD__)
|
|
#include <sys/vmmeter.h>
|
|
-#if defined(__FreeBSD__)
|
|
+#if defined(__FreeBSD__) || defined(__DragonFly__)
|
|
#include <vm/vm_param.h>
|
|
#endif
|
|
#endif
|