diff options
Diffstat (limited to 'lang/erlang/patches/patch-aa')
-rw-r--r-- | lang/erlang/patches/patch-aa | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/lang/erlang/patches/patch-aa b/lang/erlang/patches/patch-aa new file mode 100644 index 00000000000..191bb1162e4 --- /dev/null +++ b/lang/erlang/patches/patch-aa @@ -0,0 +1,13 @@ +$NetBSD: patch-aa,v 1.4 2007/07/30 07:15:36 joerg Exp $ + +--- lib/os_mon/c_src/memsup.c.orig 2007-07-30 06:46:25.000000000 +0000 ++++ lib/os_mon/c_src/memsup.c +@@ -101,7 +101,7 @@ + #ifndef __OpenBSD__ + #include <vm/vm_param.h> + #endif +-#ifdef __FreeBSD__ ++#if defined(__FreeBSD__) || defined(__DragonFly__) + #include <sys/vmmeter.h> + #endif + #endif |