mirror of
				git://git.openwrt.org/openwrt/openwrt.git
				synced 2025-10-31 14:04:26 -04:00 
			
		
		
		
	
		
			
				
	
	
		
			19 lines
		
	
	
		
			460 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
			
		
		
	
	
			19 lines
		
	
	
		
			460 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
| --- a/tools/mkimage.c
 | |
| +++ b/tools/mkimage.c
 | |
| @@ -458,6 +458,7 @@
 | |
|  #if defined(_POSIX_SYNCHRONIZED_IO) && \
 | |
|     !defined(__sun__) && \
 | |
|     !defined(__FreeBSD__) && \
 | |
| +   !defined(__OpenBSD__) && \
 | |
|     !defined(__APPLE__)
 | |
|  	(void) fdatasync (ifd);
 | |
|  #else
 | |
| @@ -501,6 +502,7 @@
 | |
|  #if defined(_POSIX_SYNCHRONIZED_IO) && \
 | |
|     !defined(__sun__) && \
 | |
|     !defined(__FreeBSD__) && \
 | |
| +   !defined(__OpenBSD__) && \
 | |
|     !defined(__APPLE__)
 | |
|  	(void) fdatasync (ifd);
 | |
|  #else
 |