Merge pull request #608 from Phant0mas/master
Remove unneeded HAVE_UNSHARE.
This commit is contained in:
		
						commit
						1d29db2a9f
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -54,7 +54,7 @@ | ||||||
| #include <linux/fs.h> | #include <linux/fs.h> | ||||||
| #endif | #endif | ||||||
| 
 | 
 | ||||||
| #define CHROOT_ENABLED HAVE_CHROOT && HAVE_UNSHARE && HAVE_SYS_MOUNT_H && defined(MS_BIND) && defined(MS_PRIVATE) && defined(CLONE_NEWNS) && defined(SYS_pivot_root) | #define CHROOT_ENABLED HAVE_CHROOT && HAVE_SYS_MOUNT_H && defined(MS_BIND) && defined(MS_PRIVATE) && defined(CLONE_NEWNS) && defined(SYS_pivot_root) | ||||||
| 
 | 
 | ||||||
| /* chroot-like behavior from Apple's sandbox */ | /* chroot-like behavior from Apple's sandbox */ | ||||||
| #if __APPLE__ | #if __APPLE__ | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue