finally move buildroot-ng to trunk
[openwrt.git] / package / util-linux / patches / 601-util-linux-2.12r-umount-no-special.patch
1 --- util-linux-2.12r.old/mount/umount.c
2 +++ util-linux-2.12r/mount/umount.c
3 @@ -31,7 +31,7 @@
4  #include <arpa/inet.h>
5  #endif
6  
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 */
11  #else /* MNT_FORCE */