umount: build fix for older glibc
Based on a patch by Veli-Pekka Peltola <veli-pekka.peltola@ray.fi> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
		| @@ -30,6 +30,9 @@ | ||||
|  | ||||
| #include <mntent.h> | ||||
| #include <sys/mount.h> | ||||
| #ifndef MNT_DETACH | ||||
| # define MNT_DETACH 0x00000002 | ||||
| #endif | ||||
| #include "libbb.h" | ||||
|  | ||||
| #if defined(__dietlibc__) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user