mirror of
				https://github.com/containers/podman.git
				synced 2025-10-31 10:00:01 +08:00 
			
		
		
		
	 0300271bf7
			
		
	
	0300271bf7
	
	
	
		
			
			This allows us to redefine to the equivalent nullfs on FreeBSD. [NO NEW TESTS NEEDED] Signed-off-by: Doug Rabson <dfr@rabson.org>
		
			
				
	
	
		
			9 lines
		
	
	
		
			123 B
		
	
	
	
		
			Go
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			123 B
		
	
	
	
		
			Go
		
	
	
	
	
	
| //go:build !linux && !freebsd
 | |
| 
 | |
| package define
 | |
| 
 | |
| const (
 | |
| 	// TypeBind is the type for mounting host dir
 | |
| 	TypeBind = "bind"
 | |
| )
 |