mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-02 06:03:50 +00:00
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:
parent
a217fa6819
commit
57ed9d447c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=423019
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user