sysutils/metalog: Fix build on DragonFly

This commit is contained in:
John Marino 2014-03-01 20:19:51 +00:00
parent b3cf387d6b
commit 41106d5474
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=346719

View file

@ -4,7 +4,7 @@
#ifdef WITH_DMALLOC
# include <dmalloc.h>
#endif
+#if defined(__FreeBSD__)
+#if defined(__FreeBSD__) || defined(__DragonFly__)
+#define fflush_unlocked fflush
+#endif