mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-01 10:59:55 +00:00
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
@ -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 New Issue
Block a user