diff --git a/net/hostapd/files/patch-src_utils_os.h b/net/hostapd/files/patch-src_utils_os.h index fb6e7f50e74e..e92661256d5f 100644 --- a/net/hostapd/files/patch-src_utils_os.h +++ b/net/hostapd/files/patch-src_utils_os.h @@ -4,7 +4,7 @@ */ int os_file_exists(const char *fname); -+#ifndef __FreeBSD__ ++#if !defined __FreeBSD__ && !defined __DragonFly__ /** * os_fdatasync - Sync a file's (for a given stream) state with storage device * @stream: the stream to be flushed