aboutsummaryrefslogtreecommitdiff
path: root/sysutils/metalog
diff options
context:
space:
mode:
authorJohn Marino <marino@FreeBSD.org>2014-03-01 20:19:51 +0000
committerJohn Marino <marino@FreeBSD.org>2014-03-01 20:19:51 +0000
commit41106d5474c428ec55f583dd88851981e9b8732a (patch)
tree426e1f67ec165c66db1392f4a37514028c955964 /sysutils/metalog
parentb3cf387d6b2a1c184e89c0cd10e32ddb3c64979e (diff)
downloadports-41106d5474c428ec55f583dd88851981e9b8732a.tar.gz
ports-41106d5474c428ec55f583dd88851981e9b8732a.zip
Notes
Diffstat (limited to 'sysutils/metalog')
-rw-r--r--sysutils/metalog/files/patch-src__metalog.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/metalog/files/patch-src__metalog.c b/sysutils/metalog/files/patch-src__metalog.c
index 51244f890631..7d4344713072 100644
--- a/sysutils/metalog/files/patch-src__metalog.c
+++ b/sysutils/metalog/files/patch-src__metalog.c
@@ -4,7 +4,7 @@
#ifdef WITH_DMALLOC
# include <dmalloc.h>
#endif
-+#if defined(__FreeBSD__)
++#if defined(__FreeBSD__) || defined(__DragonFly__)
+#define fflush_unlocked fflush
+#endif