mirror of
				https://git.proxmox.com/git/mirror_spl-debian
				synced 2025-11-04 05:09:33 +00:00 
			
		
		
		
	- Map the LE/BE_* byteorder macros to the linux versions - More minor vnodes fixes git-svn-id: https://outreach.scidac.gov/svn/spl/trunk@41 7e1ea52c-4ff2-0310-8f11-9dd32ca42a1c
		
			
				
	
	
		
			10 lines
		
	
	
		
			214 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			214 B
		
	
	
	
		
			C
		
	
	
	
	
	
#ifndef _SPL_ZONE_H
 | 
						|
#define _SPL_ZONE_H
 | 
						|
 | 
						|
#include <sys/byteorder.h>
 | 
						|
 | 
						|
#define zone_dataset_visible(x, y)                      (1)
 | 
						|
#define INGLOBALZONE(z)                                 (1)
 | 
						|
 | 
						|
#endif /* SPL_ZONE_H */
 |