mirror of
				https://gitlab.alpinelinux.org/alpine/aports.git
				synced 2025-10-31 08:21:49 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			18 lines
		
	
	
		
			618 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
			
		
		
	
	
			18 lines
		
	
	
		
			618 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
| --- a/libfakeroot.c
 | |
| +++ b/libfakeroot.c
 | |
| @@ -81,12 +81,14 @@
 | |
|  #define SEND_STAT64(a,b,c) send_stat64(a,b,c)
 | |
|  #define SEND_GET_STAT(a,b) send_get_stat(a,b)
 | |
|  #define SEND_GET_STAT64(a,b) send_get_stat64(a,b)
 | |
| +#define SEND_GET_XATTR(a,b,c) send_get_xattr(a,b,c)
 | |
|  #define SEND_GET_XATTR64(a,b,c) send_get_xattr64(a,b,c)
 | |
|  #else
 | |
|  #define SEND_STAT(a,b,c) send_stat(a,b)
 | |
|  #define SEND_STAT64(a,b,c) send_stat64(a,b)
 | |
|  #define SEND_GET_STAT(a,b) send_get_stat(a)
 | |
|  #define SEND_GET_STAT64(a,b) send_get_stat64(a)
 | |
| +#define SEND_GET_XATTR(a,b,c) send_get_xattr(a,b)
 | |
|  #define SEND_GET_XATTR64(a,b,c) send_get_xattr64(a,b)
 | |
|  #endif
 | |
|  
 |