mirror of
				git://git.openwrt.org/openwrt/openwrt.git
				synced 2025-11-03 14:34:27 -05:00 
			
		
		
		
	
		
			
				
	
	
		
			19 lines
		
	
	
		
			460 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
			
		
		
	
	
			19 lines
		
	
	
		
			460 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
--- a/tools/mkimage.c
 | 
						|
+++ b/tools/mkimage.c
 | 
						|
@@ -464,6 +464,7 @@
 | 
						|
 #if defined(_POSIX_SYNCHRONIZED_IO) && \
 | 
						|
    !defined(__sun__) && \
 | 
						|
    !defined(__FreeBSD__) && \
 | 
						|
+   !defined(__OpenBSD__) && \
 | 
						|
    !defined(__APPLE__)
 | 
						|
 	(void) fdatasync (ifd);
 | 
						|
 #else
 | 
						|
@@ -507,6 +508,7 @@
 | 
						|
 #if defined(_POSIX_SYNCHRONIZED_IO) && \
 | 
						|
    !defined(__sun__) && \
 | 
						|
    !defined(__FreeBSD__) && \
 | 
						|
+   !defined(__OpenBSD__) && \
 | 
						|
    !defined(__APPLE__)
 | 
						|
 	(void) fdatasync (ifd);
 | 
						|
 #else
 |