1 --- util-linux-2.12r.old/mount/umount.c
2 +++ util-linux-2.12r/mount/umount.c
7 -#if defined(MNT_FORCE) && !defined(__sparc__) && !defined(__arm__)
8 +#if defined(MNT_FORCE)
9 /* Interesting ... it seems libc knows about MNT_FORCE and presumably
10 about umount2 as well -- need not do anything */