net/hostapd: Update os_unix.h to follow os_unix.c change
For completeness, make update os_unix.h patch to match the previous commit to os_unix.c (no impact for FreeBSD)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user