sysutils/metalog: Fix build on DragonFly
This commit is contained in:
parent
b3cf387d6b
commit
41106d5474
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=346719
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
|||
#ifdef WITH_DMALLOC
|
||||
# include <dmalloc.h>
|
||||
#endif
|
||||
+#if defined(__FreeBSD__)
|
||||
+#if defined(__FreeBSD__) || defined(__DragonFly__)
|
||||
+#define fflush_unlocked fflush
|
||||
+#endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue