mirror of
				https://gitlab.alpinelinux.org/alpine/aports.git
				synced 2025-10-31 00:12:05 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			17 lines
		
	
	
		
			390 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			390 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
| diff --git a/src/otherfilters/mspcapfileplayer.c b/src/otherfilters/mspcapfileplayer.c
 | |
| index 1337089..8841882 100644
 | |
| --- a/src/otherfilters/mspcapfileplayer.c
 | |
| +++ b/src/otherfilters/mspcapfileplayer.c
 | |
| @@ -33,8 +33,9 @@
 | |
|  #include <fcntl.h>
 | |
|  #include <sys/types.h>
 | |
|  #include <sys/stat.h>
 | |
| -
 | |
| -
 | |
| +#ifndef O_BINARY
 | |
| +#define O_BINARY 0
 | |
| +#endif
 | |
|  
 | |
|  static int player_close(MSFilter *f, void *arg);
 | |
|  
 |