mirror of
				https://git.proxmox.com/git/mirror_zfs.git
				synced 2025-10-26 18:05:04 +03:00 
			
		
		
		
	FreeBSD: catch up to __FreeBSD_version 1400093
Reviewed-by: Alexander Motin <mav@FreeBSD.org> Signed-off-by: Mateusz Guzik <mjguzik@gmail.com> Closes #15036
This commit is contained in:
		
							parent
							
								
									8e5298f0ad
								
							
						
					
					
						commit
						94a830adf6
					
				@ -36,7 +36,11 @@ struct xucred;
 | 
			
		||||
typedef struct flock	flock64_t;
 | 
			
		||||
typedef	struct vnode	vnode_t;
 | 
			
		||||
typedef	struct vattr	vattr_t;
 | 
			
		||||
#if __FreeBSD_version < 1400093
 | 
			
		||||
typedef enum vtype vtype_t;
 | 
			
		||||
#else
 | 
			
		||||
#define	vtype_t __enum_uint8(vtype)
 | 
			
		||||
#endif
 | 
			
		||||
 | 
			
		||||
#include <sys/types.h>
 | 
			
		||||
#include <sys/queue.h>
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user