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:
John Marino
2016-09-30 20:14:32 +00:00
parent a217fa6819
commit 57ed9d447c

View File

@@ -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