diff options
author | John Marino <marino@FreeBSD.org> | 2014-03-01 20:19:51 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2014-03-01 20:19:51 +0000 |
commit | 41106d5474c428ec55f583dd88851981e9b8732a (patch) | |
tree | 426e1f67ec165c66db1392f4a37514028c955964 /sysutils/metalog | |
parent | b3cf387d6b2a1c184e89c0cd10e32ddb3c64979e (diff) |
Notes
Diffstat (limited to 'sysutils/metalog')
-rw-r--r-- | sysutils/metalog/files/patch-src__metalog.c | 2 |
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 |