mirror of
				https://git.proxmox.com/git/grub2
				synced 2025-10-31 10:26:53 +00:00 
			
		
		
		
	 a4012f0764
			
		
	
	
		a4012f0764
		
	
	
	
	
		
			
			relpath.c from getroot.c as it's common between unix and haiku but otherwise haiku doesn't use any functions from unix getroot.c.
		
			
				
	
	
		
			8 lines
		
	
	
		
			169 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			169 B
		
	
	
	
		
			C
		
	
	
	
	
	
| #if defined (__MINGW32__) || defined (__CYGWIN__)
 | |
| #include "windows/relpath.c"
 | |
| #elif defined (__AROS__)
 | |
| #include "aros/relpath.c"
 | |
| #else
 | |
| #include "unix/relpath.c"
 | |
| #endif
 |